Module difference

Module difference 

Source

Functions§

difference
Computes the difference between a primary list and multiple exclusion lists using std::collections::HashSet.
difference_performant
Computes the difference between a primary list and multiple exclusion lists using AHashSet for maximum performance.