special1 constant

Range<int> const special1

The special characters !, ", #, $, %, &, ', (, ), *, +, ,, -, ., / and space.

Implementation

static const Range<int> special1 = ConstRange(32, 47);