BST.traverse

Undocumented in source. Be warned that the author may not have intended to support it.
class BST(T)
void
traverse
(
void function
(
int
,
T
)
func
)

Meta