1 | static LS matchAny_firstGroups(S pat, Iterable<S> l) {
|
2 | new Matches m; |
3 | new LS out; |
4 | for (S s : unnull(l)) |
5 | if (match(pat, s, m)) |
6 | out.add($1); |
7 | ret out; |
8 | } |
Began life as a copy of #1021417
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021435 |
| Snippet name: | matchAny_firstGroups |
| Eternal ID of this version: | #1021435/3 |
| Text MD5: | 4951350f7950bb5b28632918cfb3891e |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-12 19:26:43 |
| Source code size: | 174 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 519 / 567 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |