#[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 – Bool )
Returns true if the list has no elements, false otherwise.
§Safety
Stack must have a Variant on top