include module type of struct include Core_kernel.Int end
val t_sexp_grammar : Base__.Ppx_sexp_conv_lib.Sexp.Private.Raw_grammar.tval of_float : float -> tval to_float : t -> floatval of_int_exn : int -> tval to_int_exn : t -> inttype comparator_witness = Core_kernel__Int.comparator_witnessval validate_positive : t Base__.Validate.checkval validate_non_negative : t Base__.Validate.checkval validate_negative : t Base__.Validate.checkval validate_non_positive : t Base__.Validate.checkval is_positive : t -> boolval is_non_negative : t -> boolval is_negative : t -> boolval is_non_positive : t -> boolval sign : t -> Base__.Sign0.tval invariant : t Base__Invariant_intf.invval to_string_hum : ?delimiter:char -> t -> stringval (//) : t -> t -> floatval (lsl) : t -> int -> tval (asr) : t -> int -> tval round :
?dir:[ `Down | `Nearest | `Up | `Zero ] ->
t ->
to_multiple_of:t ->
tval round_towards_zero : t -> to_multiple_of:t -> tval round_down : t -> to_multiple_of:t -> tval round_up : t -> to_multiple_of:t -> tval round_nearest : t -> to_multiple_of:t -> tval bit_and : t -> t -> tval bit_xor : t -> t -> tval shift_left : t -> int -> tval shift_right : t -> int -> tval decr : t Base__.Import.ref -> unitval incr : t Base__.Import.ref -> unitval of_int32_exn : int32 -> tval to_int32_exn : t -> int32val of_int64_exn : int64 -> tval to_int64 : t -> int64val of_nativeint_exn : nativeint -> tval to_nativeint_exn : t -> nativeintval of_float_unchecked : float -> tval (lsr) : t -> int -> tval shift_right_logical : t -> int -> tval floor_log2 : t -> intmodule O = Core_kernel__Int.Oval max_value_30_bits : tval of_int32 : int32 -> t optionval to_int32 : t -> int32 optionval of_int64 : int64 -> t optionval of_nativeint : nativeint -> t optionval to_nativeint : t -> nativeintval of_int32_trunc : int32 -> tval to_int32_trunc : t -> int32val of_int64_trunc : int64 -> tval of_nativeint_trunc : nativeint -> tmodule Private = Core_kernel__Int.Privateval typerep_of_t : t Typerep_lib.Std_internal.Typerep.tval typename_of_t : t Typerep_lib.Typename.tmodule Hex = Core_kernel__Int.Hexval bin_size_t : t Bin_prot.Size.sizerval bin_write_t : t Bin_prot.Write.writerval bin_read_t : t Bin_prot.Read.readerval __bin_read_t__ : ( int -> t ) Bin_prot.Read.readerval bin_shape_t : Bin_prot.Shape.tval bin_writer_t : t Bin_prot.Type_class.writerval bin_reader_t : t Bin_prot.Type_class.readerval bin_t : t Bin_prot.Type_class.tval t_of_sexp : Sexplib0__.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval of_string : string -> tval to_string : t -> stringval pp : Base__.Formatter.t -> t -> unitval (>=) : t -> t -> boolval (<=) : t -> t -> boolval (<>) : t -> t -> boolval equal : t -> t -> boolval compare : t -> t -> intval ascending : t -> t -> intval descending : t -> t -> intval between : t -> low:t -> high:t -> boolval clamp_exn : t -> min:t -> max:t -> tval clamp : t -> min:t -> max:t -> t Base__.Or_error.tval validate_lbound : min:t Base__.Maybe_bound.t -> t Base__.Validate.checkval validate_ubound : max:t Base__.Maybe_bound.t -> t Base__.Validate.checkval validate_bound :
min:t Base__.Maybe_bound.t ->
max:t Base__.Maybe_bound.t ->
t Base__.Validate.checkmodule Replace_polymorphic_compare =
Core_kernel__Int.Replace_polymorphic_comparemodule Map = Core_kernel__Int.Mapmodule Set = Core_kernel__Int.Setval hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.stateval hash : t -> Ppx_hash_lib.Std.Hash.hash_valueval hashable : t Core_kernel__.Hashtbl.Hashable.tmodule Table = Core_kernel__Int.Tablemodule Hash_set = Core_kernel__Int.Hash_setmodule Hash_queue = Core_kernel__Int.Hash_queueval quickcheck_generator : t Base_quickcheck.Generator.tval quickcheck_observer : t Base_quickcheck.Observer.tval quickcheck_shrinker : t Base_quickcheck.Shrinker.tval gen_incl : t -> t -> t Base_quickcheck.Generator.tval gen_log_incl : t -> t -> t Base_quickcheck.Generator.tmodule Stable = Core_kernel__Int.Stableval get : t -> int -> boolval set : t -> int -> bool -> t