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

3
LINES

< > BotCompany Repo | #1029018 // quickImportPair - shallow import (only converts the pair)

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

Libraryless. Click here for Pure Java version (2616L/17K).

static Pair quickImportPair(virtual Pair o) {
  ret o == null ? null : pair(get a(o), get b(o));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1029018
Snippet name: quickImportPair - shallow import (only converts the pair)
Eternal ID of this version: #1029018/2
Text MD5: afefdf3561e506d9065729ec56fe3ef8
Transpilation MD5: ce6f60d5f301d881e10d4e3a96524c40
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-16 22:47:30
Source code size: 100 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 115 / 188
Version history: 1 change(s)
Referenced in: [show references]