RBTree._defaultInitialize

Undocumented in source. Be warned that the author may not have intended to support it.
struct RBTree(T, alias less = "a < b", bool allowDuplicates = true, ALLOC = ThreadMem, bool NOGC_ = false)
package
void
_defaultInitialize
()
if (
is(typeof(binaryFun!less(T.init, T.init)))
)

Meta