Handbook
Glossary
reduce-permutation-bits ( ... bit-count bits identity quot: ( ... prev elt -- ... next ) -- ... result )
Vocabulary
math
.
combinatorics
.
bits
Inputs
bit-count
an
object
bits
an
object
identity
an
object
quot
a
quotation
with stack effect
( ... prev elt -- ... next )
Outputs
result
an
object
Definition
USING:
kernel
;
IN:
math.combinatorics.bits
:
reduce-permutation-bits
( ... bit-count bits identity quot: ( ... prev elt -- ... next ) -- ... result )
-rotd
each-permutation-bits
;
inline