Expand description
Contains all items related to storage iteration.
Re-exports§
pub use crate::tracking::Inserted;pub use crate::tracking::InsertedOrModified;pub use crate::tracking::Modified;
Structs§
- Into
Iter Ref - Mixed
- Iterator over multiple storages.
- Not
- Filters out components.
- Optional
- Iterates over a component that may be absent.
- Or
- Yields the entities that have at least one of two components.
- ParShiperator
thread_local - RawEntity
IdAccess - Shiperator
- Handles storages iteration.
- WithId
- Iterator that returns the
EntityIdalongside the component(s).
Enums§
Traits§
- Into
Iter - Creates view iterators.
- Into
Shiperator - Turns a view into a Shiperator.
- Iter
Component - Trait used as bound for
World::iterandAllStorages::iter. - Shiperator
Captain - Provides access to components when the storage drives the iteration.
- Shiperator
Output - Trait deciding what type a Shiperator will return when iterated.
- Shiperator
Sailor - Provides access to components when the storage doesn’t drives the iteration.