1 | static L<S> startingWithNL(Collection<S> l, fS prefix) { |
2 | ret [S s : unnull(l) | matchStart(prefix, s)]; |
3 | } |
4 | |
5 | static L<S> startingWithNL(S prefix, Collection<S> l) { |
6 | ret startingWithNL(l, prefix); |
7 | } |
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: | 327 / 378 |
Referenced in: | [show references] |