Vector3T.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. GVector opBinary(T2 other)
  2. GVector opBinary(T other)
    struct Vector3T(T)
    @trusted nothrow
    GVector
    opBinary
    (
    string op
    )
    ()
    if (
    isNumeric!(T)
    )
    if (
    isNumeric!T
    )

Meta