```cpp view<Position, Velocity>.withActive().withAnyDirty<PositionComponent>() ``` Since this evaluates to ``` Position, Velocity WHERE Active AND Dirty<Position> ``` the dirty set can be used with the Shortest Set heuristic.
Since this evaluates to
the dirty set can be used with the Shortest Set heuristic.