Contents
Indexes:
Generic Function Remove-Items-If (2 methods)
(
remove-items-if
< container > < test > )
Part of:
package metabang.cl-containers
Removes items from a container that satisfy the test. The
container is returned.
Method Summary
remove-items-if <
associative-container-mixin
> < t >
remove-items-if <
iteratable-container-mixin
> < t >