patch_seq_list_make

Function patch_seq_list_make 

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

Create an empty list

Stack effect: ( – Variant )

Returns a new empty list (Variant with tag “List” and no fields).

§Safety

No requirements on stack