Structsยง
- LispVec ๐
- A lisp vector. Unlike vectors in other languages this is not resizeable. This type is
represented as slice of
ObjCellwhich 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)]
Constantsยง
- derive_
trace_ ๐Lisp Vec - derive_
trace_ ๐Record