Skip to main content

args_empty

Function args_empty 

Source
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).