// one array plus more elements static O[] objectArrayPlus(O[] a1, O... a2) { ret arrayPlus(a1, a2); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027676 |
| Snippet name: | objectArrayPlus - synonym of arrayPlus |
| Eternal ID of this version: | #1027676/1 |
| Text MD5: | 6b200d55be900c1e19f3b8767467a4d5 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-30 00:34:18 |
| Source code size: | 105 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 414 / 404 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |