Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1030840 // quickImport_unlisted - quickImport, but don't register imported concepts. should probably be default for quickImport

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (14896L/96K).

please include class Concepts.

sO quickImport_unlisted(O o) {
  temp tempSetTL(concepts_unlisted, true);
  ret quickImport(o);
}

// we know lists are converted to lists
static L quickImport_unlisted(L o) {
  ret (L) quickImport_unlisted((O) o);
}

Author comment

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: 88 / 126
Referenced in: [show references]