Reads the component of type T, or None if absent.
T
Option<T> get<T extends Component>() => world._readComponent<T>(this);