Handbook
Glossary
each-combination-with-replacement ( ... seq k quot: ( ... elt -- ... ) -- ... )
Vocabulary
math
.
combinatorics
Inputs
seq
an
object
k
an
object
quot
a
quotation
with stack effect
( ... elt -- ... )
Outputs
None
Definition
USING:
math.combinatorics.private
sequences
;
IN:
math.combinatorics
:
each-combination-with-replacement
( ... seq k quot: ( ... elt -- ... ) -- ... )
combinations-with-replacement-quot
each
;
inline