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