BinarySearchTree.opApply

Tree traversal for quick access. TODO: Make it NOGC

struct BinarySearchTree(K, E)
int
opApply
(
scope int delegate
(
ref E
)
dg
)

Meta