Module float

Source

Structs§

LispFloat 🔒
A wrapper type for floats to work around issues with Eq. Rust only allows types to be used in match statements if they derive Eq. Even if you never actually use that field in a match. So we need a float wrapper that implements that trait.
RootedLispFloat 🔒
Automatically derived from LispFloat via #[derive(Trace)]

Constants§

derive_trace_LispFloat 🔒