Libraryless. Click here for Pure Java version (37L/1K).
1 | sclass GazelleUser {
|
2 | long id; |
3 | S name; |
4 | bool isMaster; |
5 | |
6 | *() {}
|
7 | *(long *id, S *name) {}
|
8 | |
9 | toString { ret name; }
|
10 | } |
Began life as a copy of #1029984
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1029987 |
| Snippet name: | GazelleUser |
| Eternal ID of this version: | #1029987/4 |
| Text MD5: | 40b58a2628331b04b24eb90fbb42e525 |
| Transpilation MD5: | c0cba03896a3cb61c55b352bff2cb84f |
| Author: | stefan |
| Category: | javax / gazelle.rocks |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-10-30 11:45:53 |
| Source code size: | 135 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 438 / 841 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |