Vector.opDiv

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

Meta