Module type Bigint.Bindings
val num_limbs : unit -> intval bytes_per_limb : unit -> intval compare : t -> t -> intval test_bit : t -> int -> boolval to_string : t -> stringval of_numeral : string -> int -> int -> tval of_decimal_string : string -> tval to_bytes : t -> bytesval of_bytes : bytes -> t