Vector.opSlice

  1. T[] opSlice()
    struct Vector(T, ubyte N)
    T[]
    opSlice
    ()
    if (
    N >= 2 &&
    N <= 4
    )
  2. T[] opSlice(int a, int b)

Meta