static L<S> startingWithIC_wordBoundary_neq(Iterable<S> l, fS prefix) { ret [S s : unnull(l) | swic_wordBoundary_neq(s, prefix)]; } static L<S> startingWithIC_wordBoundary_neq(S prefix, Iterable<S> l) { ret startingWithIC_wordBoundary_neq(l, prefix); }
Began life as a copy of #1026637
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1026729 |
| Snippet name: | startingWithIC_wordBoundary_neq - only return elements starting with and longer than X |
| Eternal ID of this version: | #1026729/1 |
| Text MD5: | 52b5ec204e097a21a0ca0edaca0becb5 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-19 20:50:40 |
| Source code size: | 263 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 367 / 398 |
| Referenced in: | [show references] |