Libraryless. Click here for Pure Java version (2260L/14K).
// e.g. [[bla=1, blubb="blu"]] // keys and values are not quoted sS renderEqualsCommaProperties(SS map) { ret joinWithComma(map(map, (key, value) -> key + "=" + value)); }
Began life as a copy of #1027369
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: | #1027370 |
| Snippet name: | renderEqualsCommaProperties |
| Eternal ID of this version: | #1027370/1 |
| Text MD5: | c763e8c407993089c3014aa46c8c9c0a |
| Transpilation MD5: | 7246ebd236b6d8def46cbed4b28b7d5c |
| Author: | stefan |
| Category: | javax / parsing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-15 15:09:33 |
| Source code size: | 177 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 433 / 563 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |