Next: SequenceableCollection-copying SequenceableCollections, Previous: SequenceableCollection-comparing, Up: SequenceableCollection
I use my first element instead of myself as a prototype because my elements are more likely to share the desired properties than I am, such as in:
#('hello,' 'world') join: ' ' => 'hello, world'