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

7
LINES

< > BotCompany Repo | #1017945 // indicesOfAnyIC

JavaX fragment (include)

static L<Int> indicesOfAnyIC(L<S> l, S... bla) {
  new L<Int> x;
  for (int i = 0; i < l(l); i++)
    if (eqicOneOf(l.get(i), bla))
      x.add(i);
  ret x;
}

Author comment

Began life as a copy of #1017912

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1017945
Snippet name: indicesOfAnyIC
Eternal ID of this version: #1017945/4
Text MD5: 2bacfff77bcac34ebf268dfeb700a9e3
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-19 10:44:39
Source code size: 164 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 289 / 332
Version history: 3 change(s)
Referenced in: [show references]