Libraryless. Click here for Pure Java version (16188L/104K).
static Map conceptShadowMapWithoutID(Concept c) { if (c == null) null; var shadow = conceptShadow(c); ret mapWithoutKeys(shadow.map, "id"); }
Began life as a copy of #1031064
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031404 |
| Snippet name: | conceptShadowMapWithoutID |
| Eternal ID of this version: | #1031404/1 |
| Text MD5: | 82e708194a2ce74ae5997e843a7f4e0f |
| Transpilation MD5: | f98a40670aee54999dfec69f7185d3d8 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-11 16:55:58 |
| Source code size: | 151 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 371 / 455 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1031407 - conceptShadowMapWithoutIDAndMetaFields |