patch_seq_list_length

Function patch_seq_list_length 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_list_length(stack: Stack) -> Stack
Expand description

Get the length of a list

Stack effect: ( Variant – Int )

Returns the number of elements in the list. This is an alias for variant-field-count, provided for semantic clarity.

§Safety

Stack must have a Variant on top