Type Definition ocaml::Uint[][src]

type Uint = Uintnat;

Unsigned integer type that converts to OCaml int

Trait Implementations

impl<'a> FromValue<'a> for Uint[src]

fn from_value(v: Value) -> Uint[src]

Convert from OCaml value

impl IntoValue for Uint[src]

fn into_value(self, _rt: &Runtime) -> Value[src]

Convert to OCaml value