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

5
LINES

< > BotCompany Repo | #1017903 // formatDoubleArrowMap_struct

JavaX fragment (include)

static S formatDoubleArrowMap_struct(Map map) {
  ret lines(mapMapToList(map, func(O key, O value) -> S {
    struct(key) + " => " + struct(value)
  }));
}

Author comment

Began life as a copy of #1014451

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1017903
Snippet name: formatDoubleArrowMap_struct
Eternal ID of this version: #1017903/1
Text MD5: 1eed7b32cdfa685e3bbd0199c2319e3c
Author: stefan
Category: javax / formatting
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-20 11:06:22
Source code size: 159 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 304 / 325
Referenced in: [show references]