pub(crate) const TRUE: Gc<ObjectType<'static>>;Expand description
A t object.
The build.rs file guarantees that that t is the second symbol in
BUILTIN_SYMBOLS, so we can rely on its value being constant.
pub(crate) const TRUE: Gc<ObjectType<'static>>;A t object.
The build.rs file guarantees that that t is the second symbol in
BUILTIN_SYMBOLS, so we can rely on its value being constant.