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

4
LINES

< > BotCompany Repo | #1035972 // parsePt

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

Libraryless. Click here for Pure Java version (9358L/51K).

static Pt parsePt(S s) {
  var l = parseInts(splitAtComma_trim(s));
  ret empty(l) ? null : pt(first(l), second(l));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): elmgxqgtpvxh, mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1035972
Snippet name: parsePt
Eternal ID of this version: #1035972/1
Text MD5: e398d158a61bb728a11c5b1219819d14
Transpilation MD5: 59b68365a83974f3b4a22d6a4234ba9d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-08-20 19:06:10
Source code size: 121 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 58 / 84
Referenced in: [show references]