Vector.opMul

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

Meta