Skip to main content

patch_seq_list_reverse

Function patch_seq_list_reverse 

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

Reverse a list.

Stack effect: ( Variant – Variant )

Returns a new list with elements in reverse order.

§Safety

Stack must have a Variant (list) on top