Treatment tryToI32

std/conv::tryToI32


Generics

◻ T: TryToI32

Inputs

⇥ value: Stream<T>

Outputs

↦ into: Stream<Option<i32>>


Try to turn data stream into i32 one.

This treatment manages faillible conversion to i32 data type. If conversion is successful, an option with i32 value is streamed, else the option is set to none.