The OpenD Programming Language

UInt.opAssign

  1. UInt!size opAssign(ulong rhs)
  2. UInt!size opAssign(uint rhs)
    struct UInt(size_t size)
    ref scope return @safe pure nothrow @nogc
    static if(!(size >= 64))
    UInt!size
    opAssign
    (
    uint rhs
    )
    if (
    size % (size_t.sizeof * 8) == 0 &&
    size >= size_t.sizeof * 8
    )
  3. UInt!size opAssign(UInt!rhsSize rhs)

Meta