dplug.core.btree

Vanilla B-Tree implementation. Note that this is an implementation detail of dplug.core.map and not part of of the Dplug API.

Members

Structs

BTree
struct BTree(K, V, alias less = "a < b", bool allowDuplicates = false, bool duplicateKeyIsUB = false)

Vanilla B-Tree.

Meta