Struct TreeAaIter

Struct that iterates over keys or values of a StackTreeAA.

struct TreeAaIter(T, alias mapFun) ;

Fields

NameTypeDescription
tree T

Properties

NameTypeDescription
length[get] size_t

Methods

NameDescription
opApply

Aliases

NameDescription
IterType
mFun
Node

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.