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

6
LINES

< > BotCompany Repo | #1007104 // takeIndices

JavaX fragment (include)

static <A> L<A> takeIndices(L<A> l, int... indices) {
  new L<A> x;
  for (int i : indices)
    x.add(get(l, i));
  ret x;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1007104
Snippet name: takeIndices
Eternal ID of this version: #1007104/1
Text MD5: 4b84bd5c04d0da64261d9691ed839bce
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-03 01:38:25
Source code size: 131 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 403 / 412
Referenced in: [show references]