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

6
LINES

< > BotCompany Repo | #1019427 // indexOfStringWithSquareBracketStuffEq

JavaX fragment (include)

static int indexOfStringWithSquareBracketStuffEq(LS l, S s) {
  for i over l:
    if (eq(squareBracketStuff(l.get(i)), s))
      ret i;
  ret -1;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1019427
Snippet name: indexOfStringWithSquareBracketStuffEq
Eternal ID of this version: #1019427/1
Text MD5: 0e392a951c5c93d0dadcc98123809781
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-06 18:33:04
Source code size: 152 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 251 / 276
Referenced in: [show references]