RedBlackTree.check

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)
@trusted
debug(RBDoChecks)
void
check
()
if (
is(typeof(binaryFun!less(T.init, T.init)))
)

Meta