Vector.opSub

  1. VectorType opSub(VectorType r)
    struct Vector(T, int Dimention)
    const
    VectorType
    opSub
    (
    in VectorType r
    )
    if (
    __traits(isArithmetic, T) &&
    Dimention > 0
    )
  2. VectorType opSub(T v)

Meta