patch_seq_list_empty

Function patch_seq_list_empty 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_list_empty(stack: Stack) -> Stack
Expand 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