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