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)

1  
static O quickImport(O o) {
2  
  ret quickExport(o, mc());
3  
}
4  
5  
// we know lists are converted to lists
6  
static L quickImport(L o) {
7  
  ret (L) quickImport((O) o);
8  
}

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: 685 / 910
Version history: 1 change(s)
Referenced in: [show references]