Structs§
- LispVec 🔒
- A lisp vector. Unlike vectors in other languages this is not resizeable. This type is
represented as slice of
ObjCell
which is immutable by default. However with the try_mut method, you can obtain a mutable view into this slice. - Lisp
VecInner 🔒 - Record 🔒
- Record
Builder 🔒 - Rooted
Lisp 🔒Vec - Automatically derived from LispVec via
#[derive(Trace)]
- Rooted
Record 🔒 - Automatically derived from Record via
#[derive(Trace)]