The OpenD Programming Language

TTree.nodeCapacity

The number of values that can be stored in a single T-Tree node.

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

Meta