static Rect joinRects(L l) { ret mergeRects(l); } static Rect joinRects(Rect a, Rect b) { ret mergeRects(a, b); }