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

5
LINES

< > BotCompany Repo | #1028311 // paramsPlus_skipFirst

JavaX fragment (include) [tags: use-pretranspiled]

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);
}

Author comment

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