patch_seq_list_each

Function patch_seq_list_each 

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

Apply a quotation to each element of a list (for side effects)

Stack effect: ( Variant Quotation – )

The quotation should have effect ( elem – ) Each element is passed to the quotation; results are discarded.

§Safety

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