filter-members ( hash-set array quot: ( elt -- ? ) -- accum )


Vocabulary
hash-sets.private

Inputs
hash-setan object
arrayan object
quota quotation with stack effect ( elt -- ? )


Outputs
accuman object


Definition