Treatment fuse

std/ops/option::fuse


Generics

◻ T (any)

Inputs

⇥ option: Stream<Option<T>>

Outputs

↦ value: Stream<T>


Unwrap option stream until none is present

Unwrap every option in stream, and stop at the first none value encountered.