patch_seq_list_map

Function patch_seq_list_map 

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

Map a quotation over a list, returning a new list

Stack effect: ( Variant Quotation – Variant )

The quotation should have effect ( elem – elem’ ) Each element is transformed by the quotation.

§Safety

Stack must have a Quotation/Closure on top and a Variant below