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 over is will only be false.