TreeMap.opApply

foreach iterator over nodes in the tree. Any tree modification is permitted during iteration.

struct TreeMap(T)
int
opApply
(
scope int delegate
(
ref ulong key
,
ref T* value
)
dg
)

Meta