The OpenD Programming Language

TreeAaIter

Struct that iterates over keys or values of a StackTreeAA.

Members

Functions

opApply
int opApply(int delegate(ref IterType) dg)

Properties

length
size_t length [@property getter]

Bugs

Uses opApply instead of the more flexible ranges, because I haven't figured out how to iterate efficiently and in sorted order over a tree without control of the stack.

Meta