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

3
LINES

< > BotCompany Repo | #1031707 // intListToPt

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

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

static Pt intListToPt(L<Int> l) {
  ret l(l) < 2 ? null : Pt(first(l), second(l));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031707
Snippet name: intListToPt
Eternal ID of this version: #1031707/1
Text MD5: 0b6258ca411b99c2c8113221e62449b8
Transpilation MD5: c1c21d3f20713ab9104bac96694f1b0f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-27 10:07:55
Source code size: 86 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 79 / 129
Referenced in: [show references]