I would say generally no. These are all trivially compassable with a combination of RRC's init
+ lazy equivalents:
let seq = 0..<10
let ca = ContiguousArray(seq.lazy.map(String.init))
I would say generally no. These are all trivially compassable with a combination of RRC's init
+ lazy equivalents:
let seq = 0..<10
let ca = ContiguousArray(seq.lazy.map(String.init))