Mapping to collections besides Array

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))
1 Like