Vector.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T[] opSlice()
  2. T[] opSlice(int a, int b)
    struct Vector(T, size_t N)
    nothrow pure nothrow
    T[]
    opSlice
    (
    int a
    ,
    int b
    )

Meta