Module eclectic::set [] [src]

Sets.

A set is a collection whose items are distinguished according to some uniqueness criteria.

Traits

Base

A trait that declares a set's item type.

Contains

A set that supports lookups using items of type &Q.

Insert

A set that supports insertion.

Remove

A set that supports removals using items of type &Q.

Set

A set.