Get every entity in the scope which contains a component
Returns an array of type Entity with every entity which contains the component passed
Entity[] arr = world.entity.getAllWith!Foo;
See Implementation
Get every entity in the scope which contains a component
Returns an array of type Entity with every entity which contains the component passed