Next: , Up: SequenceableCollection   [Index]


1.151.1 SequenceableCollection class: instance creation

join: aCollection separatedBy: sepCollection

Where aCollection is a collection of SequenceableCollections, answer a new instance with all the elements therein, in order, each separated by an occurrence of sepCollection.