RedBlackTree.opSlice

Fetch a range that spans all the elements in the container.

Complexity: O(1)

  1. Range opSlice()
    class RedBlackTree(T, alias less = "a < b", bool allowDuplicates = false)
    opSlice
    ()
    if (
    is(typeof(binaryFun!less(T.init, T.init)))
    )
  2. ConstRange opSlice()
  3. ImmutableRange opSlice()

Meta

Suggestion Box / Bug Report