rune::core::object

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)]