#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_list_empty(stack: Stack) -> StackExpand description
Check if a list is empty
Stack effect: ( Variant – Int )
Returns 1 if the list has no elements, 0 otherwise.
§Safety
Stack must have a Variant on top