Libraryless. Click here for Pure Java version (2872L/18K).
static SS dm_snippetIDToTextMap() { Map<S, virtual CSnippet> map = mapToKeys(dm_allSnippets(), s -> rcall snippetID(s)); ret ValueOnDemandMap(keys(map), snippetID -> (S) rcall text(map.get(snippetID))); }
Began life as a copy of #1022260
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: | #1028139 |
| Snippet name: | dm_snippetIDToTextMap |
| Eternal ID of this version: | #1028139/5 |
| Text MD5: | 6d6b11b7ee858131153686d652b59b84 |
| Transpilation MD5: | a7852a302e04a5b11714085d0a467410 |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-05-23 13:46:53 |
| Source code size: | 211 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 533 / 677 |
| Version history: | 4 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1028986 - dm_snippetIDToTitleMap |