[]Function acute_ecs::prelude::component

pub fn component<T>(
) -> EntityFilterTuple<ComponentFilter<T>, Passthrough, Passthrough> where
    T: Component

Creates an entity data filter which includes chunks that contain entity data components of type T.