Allows to browse through the entities that have a required set of components.
foreach (entity; entityManager.entitiesWith!(CompA, CompB)) { ... }
See Implementation
Allows to browse through the entities that have a required set of components.