Unsigned.UInt64SourceUnsigned 64-bit integer type and operations.
include SDivision. Raise Division_by_zero if the second argument is zero.
Integer remainder. Raise Division_by_zero if the second argument is zero.
shift_left x y shifts x to the left by y bits.
shift_right x y shifts x to the right by y bits.
Convert the given string to an unsigned integer. Raise Failure "int_of_string" if the given string is not a valid representation of an unsigned integer.
The comparison function for unsigned integers, with the same specification as Pervasives.compare.
Tests for equality, with the same specification as Pervasives.(=).
Output the result of to_string on a formatter.
Convert the given 32-bit unsigned integer to a 64-bit unsigned integer.