Handbook
Glossary
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
USING:
kernel
;
IN:
math.combinatorics
:
reduce-selections
( ... seq n identity quot: ( ... prev elt -- ... next ) -- ... result )
-rotd
each-selection
;
inline