Vector2T.opBinary

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

Meta