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(
    (
    ref const T a
    )
    => binaryFun!less(a, a)
    ))
    )

Meta