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