pub type ExtArity = Arity;Expand description
Re-exported tatara_lisp_eval::Arity. Host extensions specify the
arity of their custom intrinsics with this.
Aliased Type§
pub enum ExtArity {
Exact(usize),
AtLeast(usize),
Range(usize, usize),
Any,
}