The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
TTree.nodeCapacity
containers
ttree
TTree
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
Source
See Implementation
containers
ttree
TTree
aliases
insertAnywhere
put
constructors
this
functions
back
clear
contains
empty
equalRange
front
insert
length
lowerBound
opOpAssign
opSlice
remove
upperBound
postblits
this(this)
structs
Range
variables
nodeCapacity
The number of values that can be stored in a single T-Tree node.