The OpenD Programming Language

UInt.opEquals

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

Meta