static L rectsWithSize(L l, final int w, final int h) { ret [Rect x : l | rectSizeIs(x, w, h)]; }