BinarySearchTree.opApply

Used for foreach iteration.

struct BinarySearchTree(K, E)
@nogc
int
opApply
(
int delegate @nogc dg
)

Meta