1 | static Map<S, Pair<S, SS>> mechMapCI_leftArrows_cache = synchroMap(); |
2 | |
3 | static SS mechMapCI_leftArrows(S listName) { |
4 | Pair<S, SS> p = mechMapCI_leftArrows_cache.get(listName); |
5 | S text = mechList_raw(listName); |
6 | if (p != null && eq(p.a, text)) ret p.b; |
7 | p = pair(text, parseDoubleLeftArrowMapCI(tlftj(text))); |
8 | mechMapCI_leftArrows_cache.put(listName, p); |
9 | ret p.b; |
10 | } |
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: | 474 / 506 |
Version history: | 2 change(s) |
Referenced in: | [show references] |