_SIDD_CMP_RANGES

For each character in b, determine if a[0] <= c <= a[1] or a[1] <= c <= a[2]... Contrarily to false documentation on the Internet, pairs must be in a!

nothrow @nogc
enum int _SIDD_CMP_RANGES;

Meta