Type Definition rust_lisp::model::IntType

source ·
pub type IntType = i32;
Expand description

The underlying type to use for storing lisp integers. Controlled via feature-flags.

Trait Implementations§

The type returned in the event of a conversion error.
Performs the conversion.