pub(crate) const NIL: Gc<ObjectType<'static>>;Expand description
A nil object.
The build.rs file guarantees that that nil is the first symbol in
BUILTIN_SYMBOLS, so we know it will always be 0.
pub(crate) const NIL: Gc<ObjectType<'static>>;A nil object.
The build.rs file guarantees that that nil is the first symbol in
BUILTIN_SYMBOLS, so we know it will always be 0.