SortedVector.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opSlice()
  2. T[] opSlice(size_t x, size_t y)
    struct SortedVector(T, alias less = "a < b")
    T[]
    opSlice
    (
    size_t x
    ,
    size_t y
    )

Meta