HeptLeaf1

Hepa/7-Key Leaf with key-length 1.

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

Meta