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