SubSequence
Collection
let c: any Collection<.Element == Int> = [2, 3, 5] let sc = c[1...]
sc
any Collection<.Element == Int>