Closed rj00a closed 6 months ago
#[inline] pub unsafe fn get_unchecked(&self, entity: EntityId) -> Result<Q::Item<'_>, GetError> { self.state.get_unchecked(self.world.entities(), entity) }
Useful when you know entity IDs are disjoint but can't prove it to the compiler.
Useful when you know entity IDs are disjoint but can't prove it to the compiler.