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

10
LINES

< > BotCompany Repo | #1014240 // mechMapCI_leftArrows

JavaX fragment (include)

static Map<S, Pair<S, SS>> mechMapCI_leftArrows_cache = synchroMap();

static SS mechMapCI_leftArrows(S listName) {
  Pair<S, SS> p = mechMapCI_leftArrows_cache.get(listName);
  S text = mechList_raw(listName);
  if (p != null && eq(p.a, text)) ret p.b;
  p = pair(text, parseDoubleLeftArrowMapCI(tlftj(text)));
  mechMapCI_leftArrows_cache.put(listName, p);
  ret p.b;
}

Author comment

Began life as a copy of #1014197

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1014240
Snippet name: mechMapCI_leftArrows
Eternal ID of this version: #1014240/3
Text MD5: a012b8213385ec8af9d0c99e08cc3918
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-17 02:08:12
Source code size: 380 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 331 / 365
Version history: 2 change(s)
Referenced in: [show references]