RectangleT.opBinary

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

Meta