StackTree.length

Number of elements in the tree.

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

Meta