asSequence
fun DoubleStream.asSequence(): Sequence<Double>
Creates a Sequence instance that wraps the original stream iterating through its elements.
fun DoubleStream.asSequence(): Sequence<Double>
Creates a Sequence instance that wraps the original stream iterating through its elements.