reduce-selections ( ... seq n identity quot: ( ... prev elt -- ... next ) -- ... result )


Vocabulary
math.combinatorics

Inputs
seqan object
nan object
identityan object
quota quotation with stack effect ( ... prev elt -- ... next )


Outputs
resultan object


Definition


: reduce-selections
( ... seq n identity quot: ( ... prev elt -- ... next ) -- ... result )
-rotd each-selection ; inline