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

7
LINES

< > BotCompany Repo | #1021252 // splitAtDoubleArrow_pair - javaTok and split at "=>" (and trim). uses javaTokWithBrackets

JavaX fragment (include)

1  
static PairS splitAtDoubleArrow_pair(S s) {
2  
  ret splitAtDoubleArrow_pair(javaTokWithBrackets(s));
3  
}
4  
5  
static PairS splitAtDoubleArrow_pair(LS tok) {
6  
  ret listToPair(splitAtDoubleArrow(tok));
7  
}

Author comment

Began life as a copy of #1011989

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1021252
Snippet name: splitAtDoubleArrow_pair - javaTok and split at "=>" (and trim). uses javaTokWithBrackets
Eternal ID of this version: #1021252/1
Text MD5: 625d724ced87c34fc9a2aa8d4e7ca059
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-06 11:43:01
Source code size: 199 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 326 / 369
Referenced in: [show references]