opBinaryRight.opBinaryRight

Provides right-hand binary operations for UInt, accepting a UInt or ulong as the left operand.

  1. UInt!size opBinaryRight(UInt!lsize lhs)
  2. UInt!size opBinaryRight(ulong lhs)
    template opBinaryRight(string op)
    const @safe pure nothrow @nogc
    UInt!size
    opBinaryRight
    (
    ulong lhs
    )
    if (
    op == "^" ||
    op == "|"
    ||
    op == "&"
    ||
    op == "+"
    ||
    op == "*"
    )