bit-set-op ( set1 set2 quot: ( a b -- c ) -- bit-set )


Vocabulary
bit-sets.private

Inputs
set1an object
set2an object
quota quotation with stack effect ( a b -- c )


Outputs
bit-setan object


Definition