TwoLeaf3

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

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

Meta