Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1026111 // flexMatchDollarVarsIC_iterator

JavaX fragment (include)

static ItIt<SS> flexMatchDollarVarsIC_iterator(S pat, S input) {
  new LS vars;
  S starsPat = dollarVarsToStars(pat, vars);
  ret mapI(flexMatchIC_iterator(starsPat, input), m ->
    matchesToMapUsingVarList_ciMap(m, vars));
}

Author comment

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: 124 / 155
Referenced in: [show references]