pub trait PreparedFilter { fn filter(&mut self, slots: Slice) -> Slice; }
The prepared version of a filter, which can hold borrows from the world
Filters a slice of entity slots and returns a subset of the slice