static S formatDoubleLeftArrowMap(Map map) { ret lines(mapMapToList(map, func(O key, O value) -> S { str(value) + " <= " + str(key) })); }
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: | #1014346 |
Snippet name: | formatDoubleLeftArrowMap |
Eternal ID of this version: | #1014346/1 |
Text MD5: | 584416adedc0d1c9fce64abe7f922a43 |
Author: | stefan |
Category: | javax / formatting |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-04-20 13:02:43 |
Source code size: | 150 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 399 / 450 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1014451 - formatDoubleArrowMap |