pub struct Statics {Show 24 fields
pub sym_do: Value,
pub sym_if: Value,
pub sym_fn: Value,
pub sym_def: Value,
pub sym_let: Value,
pub sym_loop: Value,
pub sym_recur: Value,
pub local_use: Value,
pub forms_using: Value,
pub refers_to: Value,
pub resolved_from: Value,
pub arity_bitmap: Value,
pub arity_to_idx: Value,
pub vararg: Value,
pub captures: Value,
pub sym_value: Value,
pub sym_value_ref: Value,
pub key_name: Value,
pub key_args: Value,
pub key_ret: Value,
pub key_mapped: Value,
pub key_alias: Value,
pub sym_fress: Value,
pub sym_amp: Value,
}
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.