The OpenD Programming Language

UInt.opEquals

  1. auto opEquals(UInt!rhsSize rhs)
    struct UInt(size_t size)
    const
    opEquals
    (
    size_t rhsSize
    )
    (
    auto ref const UInt!rhsSize rhs
    )
    if (
    size % (size_t.sizeof * 8) == 0 &&
    size >= size_t.sizeof * 8
    )
  2. auto opEquals(ulong rhs)

Meta