Vector.opSlice

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

Meta