static L rectsSized(Collection l, final int w, final int h) { ret [Rect r : l | r.w == w && r.h == h]; }