Description
Quasiquoters for characters and codepoints.
Description
A set of quasiquoters providing compile-time conversions between characters and codepoints.
Solves such problems as when you'd rather refer to a codepoint by a char, but don't want to waste your runtime computation cycles on the "ord" operation.