Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1036101 // joinRects - synonym of mergeRects

JavaX fragment (include)

static Rect joinRects(L<Rect> l) {
  ret mergeRects(l);
}



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

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: 52 / 56
Referenced in: [show references]