XYZ.opBinary

Binary operators.

  1. typeof(this) opBinary(typeof(this) rh)
    struct XYZ(F = float)
    @safe pure nothrow @nogc const
    typeof(this)
    opBinary
    (
    string op
    )
    (
    typeof(this) rh
    )
    if (
    op == "+" ||
    op == "-"
    ||
    op == "*"
    )
    if (
    isFloatingPoint!F
    )
  2. typeof(this) opBinary(S rh)

Meta