The OpenD Programming Language

UInt.opCmp

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

Meta