CodepointInterval

The recommended type of std._typecons.Tuple to represent [a, b) intervals of $(CODEPOINTS). As used in InversionList. Any interval type should pass isIntegralPair trait.

@safe
struct CodepointInterval {
pure
uint[2] _tuple;
}

Alias This

_tuple

Meta