[][src]Type Definition ocaml::Int

type Int = Intnat;

Integer type that converts to OCaml int

Trait Implementations

impl FromValue for Int[src]

impl ToValue for Int[src]