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
AHashSetfor maximum performance.