RedBlackTree.this

  1. this(Elem[] elems)
  2. this(Stuff stuff)
  3. this()
    class RedBlackTree(T, alias less = "a < b", bool allowDuplicates = false)
    this
    ()
    if (
    is(typeof(binaryFun!less(T.init, T.init)))
    )

Meta

Suggestion Box / Bug Report