UInt.opCmp

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

Meta