Type Alias Uint

Source
pub type Uint = Uintnat;
Expand description

Unsigned integer type that converts to OCaml int

Trait Implementations§

Source§

impl FromValue for Uint

Source§

fn from_value(v: Value) -> Uint

Convert from OCaml value
Source§

impl ToValue for Uint

Source§

fn to_value(&self, _rt: &Runtime) -> Value

Convert to OCaml value