BinarySearchTree.treeTraversalByDepth

Undocumented in source. Be warned that the author may not have intended to support it.
struct BinarySearchTree(K, E)
protected
int
treeTraversalByDepth
(
scope int delegate
(
ref E
)
dg
,
BSTNode!(K, E)* root
)

Meta