opBinaryRight.opBinaryRight

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

Meta