Crate type_sets

source ·

Modules

  • Sets of types from 0 to 10 elements.

Macros

  • Create a Set from a list of types.

Structs

  • Marker struct to act as a set of elements.

Traits

  • Trait that allows usage of custom types as a set.
  • Indicates that a set contains element E.
  • Trait to get the members (type-ids) of a set.
  • Implemented if set is a subset of S.
  • Implemented if set is a superset of S.