dplug.core.btree

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

Members

Structs

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

An implementation of a vanilla B-Tree.

Meta

Authors

Guillaume Piolat