Libraryless. Click here for Pure Java version (13589L/92K).
sbool indexSingletonConceptIfUnindexed(Concepts cc, Class<? extends Concept> c) { if (isConceptClassIndexed(cc, c)) false; indexSingletonConcept(cc, c); true; } sbool nuLike indexSingletonConceptIfUnindexed(Class<? extends Concept> c) { ret indexSingletonConceptIfUnindexed(db_mainConcepts(), c); }
Began life as a copy of #1024318
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030271 |
| Snippet name: | indexSingletonConceptIfUnindexed |
| Eternal ID of this version: | #1030271/2 |
| Text MD5: | f18cd9f7d25bd660e33ae12559baa913 |
| Transpilation MD5: | 7f6ae215f92fbfffedb0279eed05f3f9 |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-25 13:56:13 |
| Source code size: | 315 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 401 / 534 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |