Treatment tryToI64

std/conv::tryToI64


Generics

◻ T: TryToI64

Inputs

⇥ value: Stream<T>

Outputs

↦ into: Stream<Option<i64>>


Try to turn data stream into i64 one.

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