The OpenD Programming Language

opBinary.opBinary

  1. UInt!size opBinary(UInt!rsize rhs)
    template opBinary(string op)
    const @safe pure nothrow @nogc
    UInt!size
    opBinary
    (
    size_t rsize
    )
    (
    UInt!rsize rhs
    )
    if (
    rsize <= size
    )
    if (
    op == "^" ||
    op == "|"
    ||
    op == "&"
    ||
    op == "+"
    ||
    op == "-"
    ||
    op == "*"
    ||
    op == "/"
    ||
    op == "%"
    )
  2. UInt!size opBinary(ulong rhs)
  3. UInt!size opBinary(size_t rhs)

Meta