containers.ttree

T-Tree.

Members

Structs

TTree
struct TTree(T, Allocator = Mallocator, bool allowDuplicates = false, alias less = "a < b", bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)

Implements a binary search tree with multiple items per tree node.

Meta

Authors

Brian Schott