Type Definition ocaml::Uint

source ·
pub type Uint = Uintnat;
Expand description

Unsigned integer type that converts to OCaml int

Trait Implementations§

Convert from OCaml value
Convert to OCaml value