Module index_set

Source
Expand description

Contains the EntityIndexSet type, a IndexSet pre-configured to use EntityHash hashing.

This module is a lightweight wrapper around indexmap’ss IndexSet that is more performant for Entity keys.

Structs§

Drain
A draining iterator over the items of an EntityIndexSet.
EntityIndexSet
An IndexSet pre-configured to use EntityHash hashing.
IntoIter
Owning iterator over the items of an EntityIndexSet.
Iter
An iterator over the items of an EntityIndexSet.
Slice
A dynamically-sized slice of values in an EntityIndexSet.