pub fn has_component<T>(entity: EntityId, component: Component<T>) -> boolwhere
    T: SupportedValue,
Expand description

Checks if the entity has a component.