Get every entity in the scope which contains a group of components
Returns an array of type Entity with every entity which contains the components passed
Entity[] arr = world.entity.getAllWith!(Component1, Component2, Component3, ...);
See Implementation
Get every entity in the scope which contains a group of components
Returns an array of type Entity with every entity which contains the components passed