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

3
LINES

< > BotCompany Repo | #1016778 // ai_findAPrefixesInPairsListCI

JavaX fragment (include)

static L<Pair<LS>> ai_findAPrefixesInPairsListCI(L<Pair<LS>> l, final LS x) {
  ret [Pair<LS> p : unnull(l) | listStartsWithCI(x, p.a)];
}

Author comment

Began life as a copy of #1016776

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: #1016778
Snippet name: ai_findAPrefixesInPairsListCI
Eternal ID of this version: #1016778/2
Text MD5: 107127c3aa40301057baa37df00d665c
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:37:16
Source code size: 140 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 267 / 300
Version history: 1 change(s)
Referenced in: [show references]