1 | static L<Matches> getMatchesX2_all(S pat, Iterable<S> l) {
|
2 | new Matches m; |
3 | new L<Matches> out; |
4 | for (S s : unnull(l)) |
5 | if (matchX2(pat, s, m)) {
|
6 | out.add(m); |
7 | m = new Matches; |
8 | } |
9 | ret out; |
10 | } |
Began life as a copy of #1021443
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: | #1026558 |
| Snippet name: | getMatchesX2_all - getMatchesX_all + vbar patterns |
| Eternal ID of this version: | #1026558/1 |
| Text MD5: | c5a4bf576910ef414049f1e570a9f313 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-12 17:52:13 |
| Source code size: | 220 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 546 / 560 |
| Referenced in: | [show references] |