special2 constant

Range<int> const special2

The special characters :, ;, <, =, >, ?, and @.

Implementation

static const Range<int> special2 = ConstRange(58, 64);