isDigit top-level constant

InRange const isDigit

Implementation

const isDigit = InRange([('0', '9')]);