Method ADT.Relation.Binary()->filter_destructively()
- Method filter_destructively
this_programfilter_destructively(function(:void)f)- Description
Filters the entries in the relation destructively, removing all entries for which the filtering function
freturns false. The functionfgets two arguments: the left and the right value for each entry in the relation.