The OpenD Programming Language

TTree.back

struct TTree(T, Allocator = Mallocator, bool allowDuplicates = false, alias less = "a < b", bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
inout pure @trusted @property
back
(
this This
)
()

Return Value

Type: auto

the last element in the tree.

Meta