Treatment isDigit
std/text/compare/char::isDigit
Parameters
↳ var base:
u8
Inputs
⇥ chars:
Stream<char>
Outputs
↦ is:
Stream<bool>
Tells if chars are digit.
base
: must be between 0 and 36, if overis
will only befalse
.
std/text/compare/char::isDigit
↳ var base:
u8
⇥ chars:
Stream<char>
↦ is:
Stream<bool>
Tells if chars are digit.
base
: must be between 0 and 36, if over is
will only be false
.