Treatment tryToI128

std/conv::tryToI128


Generics

◻ T: TryToI128

Inputs

⇥ value: Stream<T>

Outputs

↦ into: Stream<Option<i128>>


Try to turn data stream into i128 one.

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