streamOf

fun <T> streamOf(vararg elements: T): IteratorStream<T>(source)

Create a Stream from a Sequence

Receiver

The sequence to create the stream from

Return

The created stream

Since

0.5.0