Expand description
Caching datastructures for re_query
.
Modules§
Structs§
- Cached
Component Stats - Stats for a cached component.
- Cached
Entity Stats - Stats for a cached entity.
- Caches
- Maintains the top-level cache mappings.
- Caches
Stats - Stats for all primary caches.
- Flat
VecDeque - A double-ended queue implemented with a pair of growable ring buffers, where every single entry is a flattened array of values.
Enums§
Traits§
- Erased
Flat VecDeque - A
FlatVecDeque
that can be erased into a trait object.
Functions§
- iter_
or_ repeat_ opt - Iterates over the data of an optional component, or repeat
None
values if it’s missing.