Avatar
let a: Range<Int> = 0..<1 for i in a { print(i) } Playground execution failed: error: MyPlayground.playground:76:10: error: type 'Range<Int>' does not conform to protocol 'Sequence' for i in a { ^