RedBlackTree.arrayEqual

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)
version(StdUnittest)
bool
arrayEqual
(
T[] arr
)
if (
is(typeof(binaryFun!less(T.init, T.init)))
)

Meta