BTree.maxChildren

Undocumented in source.
struct BTree(K, V, alias less = "a < b", bool allowDuplicates = false, bool duplicateKeyIsUB = false)
nothrow @nogc
enum int maxChildren;

Meta