1 | static ItIt<SS> flexMatchDollarVarsIC_iterator(S pat, S input) { |
2 | new LS vars; |
3 | S starsPat = dollarVarsToStars(pat, vars); |
4 | ret mapI(flexMatchIC_iterator(starsPat, input), m -> |
5 | matchesToMapUsingVarList_ciMap(m, vars)); |
6 | } |
Began life as a copy of #1023854
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: | #1026111 |
Snippet name: | flexMatchDollarVarsIC_iterator |
Eternal ID of this version: | #1026111/1 |
Text MD5: | f7efa7c38e9b1ec9116355c702de4549 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-11-25 14:12:57 |
Source code size: | 232 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 196 / 228 |
Referenced in: | [show references] |