Vector.opMul

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

Meta