1 | static L<S> startingWithIC_wordBoundary(Iterable<S> l, fS prefix) {
|
2 | ret [S s : unnull(l) | swic_wordBoundary(s, prefix)]; |
3 | } |
4 | |
5 | static L<S> startingWithIC_wordBoundary(S prefix, Iterable<S> l) {
|
6 | ret startingWithIC_wordBoundary(l, prefix); |
7 | } |
Began life as a copy of #1008860
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: | #1026637 |
| Snippet name: | startingWithIC_wordBoundary - only return elements starting with X |
| Eternal ID of this version: | #1026637/1 |
| Text MD5: | ab44683be1adbbe2109f9ae263e5193e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-16 22:50:05 |
| Source code size: | 247 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 385 / 413 |
| Referenced in: | [show references] |