Skip to main content

Module hash_set

Module hash_set 

Expand description

Contains the EntityHashSet type, a [HashSet] pre-configured to use EntityHash hashing.

This module is a lightweight wrapper around Bevy’s [HashSet] that is more performant for Entity keys.

Structs§

Drain
A draining iterator over the items of an EntityHashSet.
EntityHashSet
A [HashSet] pre-configured to use EntityHash hashing.
ExtractIf
A draining iterator over entries of a EntityHashSet which don’t satisfy the predicate f.
IntoIter
Owning iterator over the items of an EntityHashSet.
Iter
An iterator over the items of an EntityHashSet.