The OpenD Programming Language

StackTree.length

Number of elements in the tree.

struct StackTree(T, alias key = "a", alias compFun = "a < b")
@property const pure nothrow
size_t
length
()

Meta