1 | static Rect joinRects(L<Rect> l) { |
2 | ret mergeRects(l); |
3 | } |
4 | |
5 | |
6 | |
7 | static Rect joinRects(Rect a, Rect b) { |
8 | ret mergeRects(a, b); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1036101 |
Snippet name: | joinRects - synonym of mergeRects |
Eternal ID of this version: | #1036101/1 |
Text MD5: | ab50e48a2f799eb9e1dc50e03efec965 |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-09-12 21:30:25 |
Source code size: | 128 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 121 / 130 |
Referenced in: | [show references] |