Structsยง
- Lisp
Float ๐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. - Rooted
Lisp ๐Float Automatically derived from LispFloat via#[derive(Trace)]