Libraryless. Click here for Pure Java version (15428L/101K).
1 | static long conceptID(Concept c) {
|
2 | ret c == null ? 0 : c.id; |
3 | } |
4 | |
5 | static long conceptID(Concept.Ref ref) {
|
6 | ret conceptID(cDeref(ref)); |
7 | } |
Began life as a copy of #1022602
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: | #1027584 |
| Snippet name: | conceptID - get ID of Concept (or 0 if null) |
| Eternal ID of this version: | #1027584/4 |
| Text MD5: | a1af8efd009861863028d1cb477717fb |
| Transpilation MD5: | 04dcc21f76d102b530e600fa54c2d8da |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-05 16:50:12 |
| Source code size: | 144 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 495 / 639 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |