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

8
LINES

< > BotCompany Repo | #1020166 // keys_parseDoubleArrowMap

JavaX fragment (include)

1  
static LS keys_parseDoubleArrowMap(L<S> l) {
2  
  new LS out;
3  
  for (S s : l) {
4  
    L<S> x = splitAtDoubleArrow(s);
5  
    if (l(x) == 2) out.add(first(x));
6  
  }
7  
  ret out;
8  
}

Author comment

Began life as a copy of #1014190

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1020166
Snippet name: keys_parseDoubleArrowMap
Eternal ID of this version: #1020166/3
Text MD5: 823dc8671fbcc4b5078af7c6550cbf8f
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-09 19:32:18
Source code size: 174 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 214 / 232
Version history: 2 change(s)
Referenced in: [show references]