package bls12-381-js-gen

  1. Overview
  2. Docs

Module Jsoo_lib.NumberSource

include JS_OBJECT
Sourcetype t
Sourceval to_string : t -> string

Equivalent to toString on the object in JavaScript

Sourceval zero : t
Sourceval 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

Sourceval to_int : t -> int

Convert to int. Unsafe

OCaml

Innovation. Community. Security.