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

5
LINES

< > BotCompany Repo | #1016776 // ai_findAPrefixInPairsListCI

JavaX fragment (include)

static Pair<LS> ai_findAPrefixInPairsListCI(L<Pair<LS>> l, LS x) {
  for (Pair<LS> p : unnull(l))
    if (listStartsWithCI(x, p.a)) ret p;
  null;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1016776
Snippet name: ai_findAPrefixInPairsListCI
Eternal ID of this version: #1016776/1
Text MD5: 7c500b6486748c2f1fb2bb2a7325abbc
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-02 13:34:35
Source code size: 152 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 347 / 367
Referenced in: [show references]