- gfilter pred genprocedure
- gremove pred genprocedure
Returns generators that yield the items from the source generator, except those on which pred answers false or true respectively.
Returns generators that yield the items from the source generator, except those on which pred answers false or true respectively.