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