StackTree.opApply

Iterate over the elements of this tree in sorted order.

struct StackTree(T, alias key = "a", alias compFun = "a < b")
int
opApply
(
int delegate(
ref T
)
dg
)

Meta