Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
class type bigInt = object ... end
type nonrec t = bigInt Js_of_ocaml.Js.t
val bigInt : Js_of_ocaml.Js.Unsafe.any -> t
val of_string : string -> t
val of_int : int -> t
val of_int64 : int64 -> t
val of_native : nativeint -> t
val of_float : float -> t
val to_locale_string :
?fmt:string ->
?options:'a Js_of_ocaml.Js.t ->
t ->
string
val to_string : t -> string