Treatment tryToF64

std/conv::tryToF64


Generics

◻ T: TryToF64

Inputs

⇥ value: Stream<T>

Outputs

↦ into: Stream<Option<f64>>


Try to turn data stream into f64 one.

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