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

8
LINES

< > BotCompany Repo | #1002778 // quickImport - see quickExport

JavaX fragment (include)

static O quickImport(O o) {
  ret quickExport(o, mc());
}

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

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xrpafgyirdlv

No comments. add comment

Snippet ID: #1002778
Snippet name: quickImport - see quickExport
Eternal ID of this version: #1002778/2
Text MD5: 86185d2990f69fc676b18a1254c9bfbd
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-12-23 19:18:30
Source code size: 165 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 684 / 909
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1022574 - quickImportTo - import if not a member of a certain class
#1030840 - quickImport_unlisted - quickImport, but don't register imported concepts. should probably be default for quickImport