special3 constant

Range<int> const special3

The special characters [, \, ], ^, _ and ` (backtick).

Implementation

static const Range<int> special3 = ConstRange(91, 96);