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

6
LINES

< > BotCompany Repo | #1010299 // anyStartsWithIC

JavaX fragment (include)

static bool anyStartsWithIC(L<S> l, S s) {
  for (S x : l)
    if (startsWithIC(x, s))
      true;
  false;
}

Author comment

Began life as a copy of #1010115

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1010299
Snippet name: anyStartsWithIC
Eternal ID of this version: #1010299/1
Text MD5: fcd17e947fa8cd535751e6cb91a73a33
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-10 23:39:40
Source code size: 114 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 423 / 458
Referenced in: [show references]