bevy_
ecs
0.16.0
Module unique_
array
Module Items
Structs
Type Aliases
In bevy_
ecs::
entity
bevy_ecs
::
entity
Module
unique_array
Copy item path
Source
Expand description
A wrapper around entity arrays with a uniqueness invariant.
Structs
§
Unique
Entity
Equivalent
Array
An array that contains only unique entities.
Type Aliases
§
Into
Iter
A by-value array iterator.
Unique
Entity
Array
An array that contains only unique
Entity
.