Libraryless. Click here for Pure Java version (14896L/96K).
1 | please include class Concepts. |
2 | |
3 | sO quickImport_unlisted(O o) {
|
4 | temp tempSetTL(concepts_unlisted, true); |
5 | ret quickImport(o); |
6 | } |
7 | |
8 | // we know lists are converted to lists |
9 | static L quickImport_unlisted(L o) {
|
10 | ret (L) quickImport_unlisted((O) o); |
11 | } |
Began life as a copy of #1002778
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030840 |
| Snippet name: | quickImport_unlisted - quickImport, but don't register imported concepts. should probably be default for quickImport |
| Eternal ID of this version: | #1030840/1 |
| Text MD5: | feca129c8346b49ea28ffd086cec2f2f |
| Transpilation MD5: | 32035a3e94812a32ae46f749ea8f561d |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-04-02 14:53:53 |
| Source code size: | 258 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 392 / 498 |
| Referenced in: | [show references] |