RedBlackTree.this

Constructor. Pass in a range of elements to initialize the tree with.

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

Meta

Suggestion Box / Bug Report