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

7
LINES

< > BotCompany Repo | #1023760 // smartIndexOfOneOf - synonym of smartIndexOfAny

JavaX fragment (include)

static <A> int smartIndexOfOneOf(L<A> l, int i, A... x) {
  ret smartIndexOfAny(l, i, x);
}

static <A> int smartIndexOfOneOf(L<A> l, A... x) {
  ret smartIndexOfAny(l, x);
}

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: 103 / 141
Version history: 1 change(s)
Referenced in: [show references]