Treatment wrap
std/ops/option::wrap
Generics
◻ T
(any)
Inputs
⇥ value:
Stream<T>
Outputs
↦ option:
Stream<Option<T>>
Wrap values in options
Takes a stream of values and turn them into filled options.
std/ops/option::wrap
◻ T
(any)
⇥ value:
Stream<T>
↦ option:
Stream<Option<T>>
Wrap values in options
Takes a stream of values and turn them into filled options.