Libraryless. Click here for Pure Java version (18072L/112K).
1 | sO cget(O c, S field) {
|
2 | c = derefRef(c); |
3 | O o = getOpt(c, field); |
4 | ret derefRef(o); |
5 | } |
6 | |
7 | sO mapMethodLike cget(S field, O c) {
|
8 | ret cget(c, field); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1006649 |
| Snippet name: | cget |
| Eternal ID of this version: | #1006649/7 |
| Text MD5: | 73403500f10086916018065bbd21f3ea |
| Transpilation MD5: | 2332f61d580877b334315befc8d7443c |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-09-10 04:22:40 |
| Source code size: | 160 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1026 / 1228 |
| Version history: | 6 change(s) |
| Referenced in: | [show references] |