public bool EntityExists(int ent) => entities.HasValue(ent);
public bool HasComponent <T>() => signature.HasValue(LookupComponent <T>());