reduce-permutation-bits ( ... bit-count bits identity quot: ( ... prev elt -- ... next ) -- ... result )


Vocabulary
math.combinatorics.bits

Inputs
bit-countan object
bitsan object
identityan object
quota quotation with stack effect ( ... prev elt -- ... next )


Outputs
resultan object


Definition


: reduce-permutation-bits
( ... bit-count bits identity quot: ( ... prev elt -- ... next ) -- ... result )
-rotd each-permutation-bits ; inline