Transpiled version (4692L) is out of date.
sO metaGet(IMeta o, O key) { ret metaMapGet(o, key); } sO metaGet(O o, O key) { ret metaMapGet(o, key); } sO mapMethodLike metaGet(S key, IMeta o) { ret metaMapGet(o, key); } sO metaGet(S key, O o) { ret metaMapGet(o, key); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033195 |
Snippet name: | metaGet - synonym of metaMapGet |
Eternal ID of this version: | #1033195/4 |
Text MD5: | 87a4ebda22d681d7ae97e589f6780f6b |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-01-02 19:01:28 |
Source code size: | 250 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 162 / 237 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |