this_program filter(function f)
Return a filtered version of the set, containing only those members for which the filtering function f returned true.
The filtering function is called with a single mixed-type argument which is the member value to be checked.