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
Using the dyn keyword in the capacity parameter of an archetype! declaration pseudo-macro should create it as a Vec-like dynamically allocated storage container with no explicit bounds on the number of stored entities of that archetype.
The text was updated successfully, but these errors were encountered:
Using the
dyn
keyword in the capacity parameter of anarchetype!
declaration pseudo-macro should create it as a Vec-like dynamically allocated storage container with no explicit bounds on the number of stored entities of that archetype.The text was updated successfully, but these errors were encountered: