include module type of struct include Optint.Int63 end
val shift_left : t -> int -> tval shift_right : t -> int -> tval shift_right_logical : t -> int -> tval of_int32 : int32 -> tval to_int32 : t -> int32val of_int64 : int64 -> tval to_int64 : t -> int64val of_float : float -> tval to_float : t -> floatval of_string : string -> tval of_string_opt : string -> t optionval to_string : t -> stringval compare : t -> t -> intval equal : t -> t -> boolval pp : Stdlib.Format.formatter -> t -> unitval encode : bytes -> off:int -> t -> unitval decode : string -> off:int -> tval to_unsigned_int32 : t -> int32val of_unsigned_int32 : int32 -> tval to_unsigned_int : t -> intval of_unsigned_int : int -> tmodule Infix = Optint.Int63.Infixmodule Boxed = Optint.Int63.Boxedval to_int_exn : t -> intval to_int_trunc : t -> intval to_int : [> `shadowed ]