svoid removeStringsStartingWith(LS l, fS prefix) { filterListInPlace(func(S s) -> bool { startsWith(s, prefix) }, l); }
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019152 |
Snippet name: | removeStringsStartingWith |
Eternal ID of this version: | #1019152/1 |
Text MD5: | 0bc547e3efb630cee0a5d7888a47f552 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-25 13:20:09 |
Source code size: | 123 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 345 / 366 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |