You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A uniquely-borrowing equivalent of EntityRef, analogous to std's HashMap::entry, might be useful for more ergonomic and very slightly more efficient repeated mutation of a single entity, saving redundant archetype lookups and generation checks.
The text was updated successfully, but these errors were encountered:
A uniquely-borrowing equivalent of
EntityRef
, analogous to std'sHashMap::entry
, might be useful for more ergonomic and very slightly more efficient repeated mutation of a single entity, saving redundant archetype lookups and generation checks.The text was updated successfully, but these errors were encountered: