Treatment toU64
std/conv::toU64
Generics
◻ T: ToU64
Inputs
⇥ value: Stream<T>
Outputs
↦ into: Stream<u64>
Turns stream into u64 one.
This treatment manages infaillible conversions to u64 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::toU64
◻ T: ToU64
⇥ value: Stream<T>
↦ into: Stream<u64>
Turns stream into u64 one.
This treatment manages infaillible conversions to u64 data type.