Libraryless. Click here for Pure Java version (5343L/33K).
svoid flexMatchAngleBracketVarsIC_iterate(S pat, S input, VF1<SS> onMatch) { new LS vars; S starsPat = angleBracketVarsToStars(pat, vars); flexMatchIC_iterate(starsPat, input, voidfunc(Matches m) { SS map = matchesToMapUsingVarList_ciMap(m, vars); if (map != null) callF(onMatch, map); }); }
Began life as a copy of #1023854
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030737 |
| Snippet name: | flexMatchAngleBracketVarsIC_iterate |
| Eternal ID of this version: | #1030737/1 |
| Text MD5: | 855cfaa3a8d93ebe6a3c54c7dc32d625 |
| Transpilation MD5: | bf6a873a5bc69c9d74b75bd12afa7b5a |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-03-18 16:34:17 |
| Source code size: | 314 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 369 / 483 |
| Referenced in: | [show references] |