Type Definition rust_lisp::model::FloatType

source ·
pub type FloatType = f32;
Expand description

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

Trait Implementations§

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