Next: Collection-converting, Previous: Collection-adding, Up: Collection
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'