1 | static <A> int smartIndexOfOneOf(L<A> l, int i, A... x) { |
2 | ret smartIndexOfAny(l, i, x); |
3 | } |
4 | |
5 | static <A> int smartIndexOfOneOf(L<A> l, A... x) { |
6 | ret smartIndexOfAny(l, x); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023760 |
Snippet name: | smartIndexOfOneOf - synonym of smartIndexOfAny |
Eternal ID of this version: | #1023760/2 |
Text MD5: | b1c052b98e7f96f8192361fea58c1198 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-07-08 18:44:37 |
Source code size: | 180 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 202 / 241 |
Version history: | 1 change(s) |
Referenced in: | [show references] |