[][src]Type Definition ocaml::Uint

type Uint = Uintnat;

Unsigned integer type that converts to OCaml int

Trait Implementations

impl FromValue for Uint[src]

impl ToValue for Uint[src]