stream

Create a Stream from a Sequence

Receiver

The sequence to create the stream from

Return

The created stream

Since

0.5.0


Create a Stream from a List

Receiver

The list to create the stream from

Return

The created stream

Since

0.5.0


Create a Stream from an Array

Receiver

The array to create the stream from

Return

The created stream

Since

0.5.0


Create a Stream from an Iterator

Receiver

The iterator to create the stream from

Return

The created stream

Since

0.5.0