reduce-selections ( ... seq n identity quot: ( ... prev elt -- ... next ) -- ... result ) (original) (raw)
reduce-selections ( ... seq n identity quot: ( ... prev elt -- ... next ) -- ... result )
Vocabulary
math.combinatorics
Inputs
seq | an object |
---|---|
n | an object |
identity | an object |
quot | a quotation with stack effect ( ... prev elt -- ... next ) |
Outputs
result | an object |
---|
Definition
: reduce-selections
( ... seq n identity quot: ( ... prev elt -- ... next ) -- ... result )
-rotd each-selection ; inline