Expand description
Functions to support the built-in predicates include() and exclude().
The include() predicate filters a list to create a new list,
which includes terms which match the filter term.
The exclude() predicate filters a list to create a new list,
which excludes terms which match the filter term.
Functionsยง
- bip_
exclude - Filters a Suiron list to exclude terms which match the filter term.
- bip_
include - Filters a Suiron list to include terms which match the filter term.