1 | static L<PairS> matchX_any_firstAndSecondGroups(S pat, Iterable<S> l) { |
2 | new Matches m; |
3 | new L<PairS> out; |
4 | for (S s : unnull(l)) |
5 | if (matchX(pat, s, m)) |
6 | out.add(pair($1, $2)); |
7 | ret out; |
8 | } |
Began life as a copy of #1021437
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: | #1021438 |
Snippet name: | matchX_any_firstAndSecondGroups |
Eternal ID of this version: | #1021438/1 |
Text MD5: | 62cf303459b942358f0859e8a509e429 |
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:35:44 |
Source code size: | 208 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 269 / 302 |
Referenced in: | [show references] |