static L<S> startingWithNL(Collection<S> l, fS prefix) { ret [S s : unnull(l) | matchStart(prefix, s)]; } static L<S> startingWithNL(S prefix, Collection<S> l) { ret startingWithNL(l, prefix); }
Began life as a copy of #1014373
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: | #1017886 |
Snippet name: | startingWithNL |
Eternal ID of this version: | #1017886/1 |
Text MD5: | 1c0a0d90a0a03681b6afca55237a4221 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-08-19 11:34:41 |
Source code size: | 205 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 326 / 376 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |