Stream library that provides a stream property which is a function to create a stream.
stream
the type of the stream's values.
The stream library's scan function.
scan
The function to create a stream.
the created stream.
Optional
the initial value for the stream.
Generated using TypeDoc
Stream library that provides a
stream
property which is a function to create a stream.Template
the type of the stream's values.