1 | static L<Int> indicesOfAnyIC(L<S> l, S... bla) { |
2 | new L<Int> x; |
3 | for (int i = 0; i < l(l); i++) |
4 | if (eqicOneOf(l.get(i), bla)) |
5 | x.add(i); |
6 | ret x; |
7 | } |
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: | 366 / 407 |
Version history: | 3 change(s) |
Referenced in: | [show references] |