Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

concatStreams

🌌stream.concatStreams

create a stream that consists of all be the elements if this stream followed
by all the elements of s


redefines stream.hasNext:
does this stream have one more element?


redefines stream.next:
the next element in this stream