StackTreeAA.opApply

Iterate over both the keys and values of this associative array.

struct StackTreeAA(K, V)
int
opApply
(
int delegate(
ref Unqual!(K)
,
ref Unqual!(V)
)
dg
)

Meta