Libraryless. Click here for Pure Java version (3966L/27K).
1 | static L<SS> flexMatchDollarVarsIC_all_multiPattern(Collection<S> patterns, S input) {
|
2 | new L<SS> out; |
3 | VF1<SS> vf = vfAddToCollection(out); |
4 | fOr (S pat : patterns) |
5 | flexMatchDollarVarsIC_iterate(pat, input, vf); |
6 | ret out; |
7 | } |
Began life as a copy of #1023853
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023860 |
| Snippet name: | flexMatchDollarVarsIC_all_multiPattern |
| Eternal ID of this version: | #1023860/4 |
| Text MD5: | 0fd6bdca46706ed933d7528a8e9a8f65 |
| Transpilation MD5: | e7d54838242d54d0e37af0c23b66eb19 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-07-10 17:33:07 |
| Source code size: | 237 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 383 / 495 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |