The OpenD Programming Language

UInt.opAssign

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

Meta