Libraryless. Click here for Pure Java version (2725L/17K).
static O[] paramsPlus_skipFirst(O[] a1, O... a2) { if (odd(l(a1))) ret itemPlusArray(first(a1), paramsPlus(dropFirst(a1), a2)); ret paramsPlus(a1, a2); }
Began life as a copy of #1011578
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: | #1028311 |
| Snippet name: | paramsPlus_skipFirst |
| Eternal ID of this version: | #1028311/1 |
| Text MD5: | 79805726d8035f9b9fc53b9cc221984b |
| Transpilation MD5: | 14eeedae36b30630a4e07af840bda87f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-06-10 14:00:04 |
| Source code size: | 165 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 456 / 593 |
| Referenced in: | [show references] |