RedBlackTree.this

Constructor. Pass in an array of elements, or individual elements to initialize the tree with.

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

Meta

Suggestion Box / Bug Report