Type Alias BuiltInFn

Source
pub(crate) type BuiltInFn = for<'ob> fn(usize, &mut Rt<Env<'_>>, &'ob mut Context<'_>) -> Result<Gc<ObjectType<'ob>>>;