Introduction
Rejecting items helps you remove unwanted things from a list based on a rule. Inverse filtering means keeping only those items that do NOT match the rule.
When you want to remove all even numbers from a list and keep only odd numbers.
When you want to filter out all words that contain a certain letter.
When you want to exclude all users under 18 years old from a list.
When you want to remove all empty strings from a list of words.