Libraryless. Click here for Pure Java version (2772L/17K).
static SS parseDoubleArrowMap(SS map, L<S> l) { for (S s : l) { L<S> x = splitAtDoubleArrow_bothDirections(s); if (l(x) == 2) map.put(first(x), second(x)); } ret map; }
Began life as a copy of #1014150
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: | #1014190 |
| Snippet name: | parseDoubleArrowMap |
| Eternal ID of this version: | #1014190/2 |
| Text MD5: | daedb2a3cde4d7b00badaf816d62cef7 |
| Transpilation MD5: | 9f0925d3d383847eee50353e9ea4eba3 |
| 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:01:51 |
| Source code size: | 188 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 673 / 819 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1014202 - parseDoubleArrowTreeCI #1014238 - parseDoubleLeftArrowMap #1016356 - parseDoubleArrowMultiMap #1020166 - keys_parseDoubleArrowMap #1022795 - parseExamplesAndAntiExamples ("=>" and "!=>") #1022839 - parseDoubleRightArrowMap |