BTree.minChildren

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

Meta