1 | static LS matchX_any_firstGroups(S pat, Iterable<S> l) {
|
2 | new Matches m; |
3 | new LS out; |
4 | for (S s : unnull(l)) |
5 | if (matchX(pat, s, m)) |
6 | out.add($1); |
7 | ret out; |
8 | } |
Began life as a copy of #1021435
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: | #1021436 |
| Snippet name: | matchX_any_firstGroups |
| Eternal ID of this version: | #1021436/1 |
| Text MD5: | 9db8ef0ad83a44d7ced113ed1e0c489a |
| 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:29:13 |
| Source code size: | 177 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 538 / 561 |
| Referenced in: | [show references] |