Crate subset

Source
Expand description

Various subsets of slice’s items that are able to iterate forward and backward over references to selected items.

Modules§

multi
Multi-subset of slice’s items that is able to iterate forward and backward over references to selected items. Each item of a slice can be selected more than once.
unique
Subset of slice’s items that is able to iterate forward and backward over mutable or immutable references to selected items. Each item of a slice can be selected no more than once.

Enums§

SubsetError
Subset construction or conversion error.