Vector3.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector3!(T) opOpAssign(Vector3!(E) otherVector)
  2. Vector3!(T) opOpAssign(E num)
    struct Vector3(T)
    ref
    opOpAssign
    (
    string op
    E
    )
    (
    E num
    )
    if (
    isNumeric!(E) &&
    (
    (op == "*") ||
    (op == "/")
    )
    )
    if (
    isNumeric!(T) ||
    is(T == bool)
    )

Meta