The OpenD Programming Language

UInt.opCmp

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

Meta