Treatment toI64
std/conv::toI64
Generics
◻ T: ToI64
Inputs
⇥ value: Stream<T>
Outputs
↦ into: Stream<i64>
Turns stream into i64 one.
This treatment manages infaillible conversions to i64 data type.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
std/conv::toI64
◻ T: ToI64
⇥ value: Stream<T>
↦ into: Stream<i64>
Turns stream into i64 one.
This treatment manages infaillible conversions to i64 data type.