pub fn get_all<T>(component: Component<T>) -> Vec<EntityId>
Gets all of the entities that have the given component.
component