Libraryless. Click here for Pure Java version (6156L/41K).
1 | static SS mechCIMapWithReverse(S listName) { |
2 | LPairS l = mL_pairs(listName); |
3 | SS map = pairsToCIMap(l); |
4 | for (PairS p : l) |
5 | map.put(p.b, p.a); |
6 | ret map; |
7 | } |
Began life as a copy of #1014237
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1027403 |
Snippet name: | mechCIMapWithReverse |
Eternal ID of this version: | #1027403/1 |
Text MD5: | 5673405315f6b5af93391ffa963c446b |
Transpilation MD5: | 90760b8ad6df0ae5343803a0a3a46b5f |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-03-17 22:50:46 |
Source code size: | 167 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 166 / 232 |
Referenced in: | [show references] |