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