Module vector

Source

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.
LispVecInner 🔒
Record 🔒
RecordBuilder 🔒
RootedLispVec 🔒
Automatically derived from LispVec via #[derive(Trace)]
RootedRecord 🔒
Automatically derived from Record via #[derive(Trace)]

Constants§

derive_trace_LispVec 🔒
derive_trace_Record 🔒