hex

Undocumented in source.
enum hex = CodepointSet('0', '9' + 1, 'a', 'f' + 1, 'A', 'F' + 1);

Meta