RedBlackTree.printTree

Undocumented in source. Be warned that the author may not have intended to support it.
class RedBlackTree(T, alias less = "a < b", bool allowDuplicates = false)
debug(RBDoChecks)
void
printTree
(
Node n
,
int indent = 0
)
if (
is(typeof(binaryFun!less(T.init, T.init)))
)

Meta