makeCharRange

fun makeCharRange(min: Int, max: Int): Automaton

Returns a new (deterministic) automaton that accepts a single codepoint whose value is in the given interval (including both end points).