Next: , Previous: , Up: Stream   [Index]


1.157.8 Stream: concatenating

with: aStream

Return a new Stream whose elements are 2-element Arrays, including one element from the receiver and one from aStream.

with: stream1 with: stream2

Return a new Stream whose elements are 3-element Arrays, including one element from the receiver and one from each argument.

with: stream1 with: stream2 with: stream3

Return a new Stream whose elements are 3-element Arrays, including one element from the receiver and one from each argument.