Vector.opSlice

Returns an array that can be translated to a range using ($D refRange).

Complexity: O(1)

  1. auto opSlice()
    struct Vector(T, ALLOC = ThreadMem)
    inout
    opSlice
    ()
  2. T[] opSlice(size_t i, size_t j)

Meta