static L<Pair<LS>> ai_findAPrefixesInPairsListCI(L<Pair<LS>> l, final LS x) { ret [Pair<LS> p : unnull(l) | listStartsWithCI(x, p.a)]; }
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: | 551 / 602 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |