Handbook
Glossary
each-permutation-bits ( ... bit-count bits quot: ( ... n -- ... ) -- ... )
Vocabulary
math
.
combinatorics
.
bits
Inputs
bit-count
an
object
bits
an
object
quot
a
quotation
with stack effect
( ... n -- ... )
Outputs
None
Definition
USING:
kernel
math.combinatorics.bits.private
;
IN:
math.combinatorics.bits
:
each-permutation-bits
( ... bit-count bits quot: ( ... n -- ... ) -- ... )
permutation-bits-quot
while
drop
;
inline