RBTree.this

Undocumented in source.
  1. this(size_t elems)
    struct RBTree(T, alias less = "a < b", bool allowDuplicates = true, ALLOC = ThreadMem, bool NOGC_ = false)
    this
    (
    size_t elems
    )
    if (
    is(typeof(binaryFun!less(T.init, T.init)))
    )
  2. this(Elem[] elems)
  3. this(Stuff stuff)

Meta