Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include JS_OBJECT
val of_js : Js_of_ocaml.Js.Unsafe.any -> t
val to_any_js : t -> Js_of_ocaml.Js.Unsafe.any
val to_string : t -> string
Equivalent to toString
on the object in JavaScript
val zero : t
val of_int : int -> t
Create a Number
value from an integer. The value is not verified to be in the interval allowed for a Number
object
val to_int : t -> int
Convert to int
. Unsafe