1 | static L<S> startingWithIC_drop(Collection<S> l, fS prefix) { |
2 | new L<S> out; |
3 | for (S s : unnull(l)) |
4 | if (swic(s, prefix)) |
5 | out.add(substring(s, l(prefix))); |
6 | ret out; |
7 | } |
8 | |
9 | static L<S> startingWithIC_drop(S prefix, Collection<S> l) { |
10 | ret startingWithIC_drop(l, prefix); |
11 | } |
Began life as a copy of #1016959
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1018727 |
Snippet name: | startingWithIC_drop - drop prefix |
Eternal ID of this version: | #1018727/1 |
Text MD5: | aece7bdbd5b43e6be9a08a4e7227577f |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-12 00:41:09 |
Source code size: | 291 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 307 / 355 |
Referenced in: | [show references] |