TriLeaf2

Ternary/3-Key Leaf with key-length 2.

struct TriLeaf2 {
enum keyLength;
enum capacity;
@safe pure nothrow @nogc
IxsN!(capacity, keyLength) keys;
}

Meta