Method ADT.Set()->filter()
- Method filter
this_programfilter(function(:void)f)- Description
Return a filtered version of the set, containing only those members for which the filtering function
freturned true.The filtering function is called with a single mixed-type argument which is the member value to be checked.