Type Definition ocaml::Int

source ·
pub type Int = Intnat;
Expand description

Integer type that converts to OCaml int

Trait Implementations§

Convert from OCaml value
Convert to OCaml value