pub fn args_empty<const N: usize>(
lisp: &Lisp<N>,
args: ArenaIndex,
) -> Result<bool, ArenaError>Expand description
Check if the argument list is empty (nil).
pub fn args_empty<const N: usize>(
lisp: &Lisp<N>,
args: ArenaIndex,
) -> Result<bool, ArenaError>Check if the argument list is empty (nil).