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

8
LINES

< > BotCompany Repo | #1020166 // keys_parseDoubleArrowMap

JavaX fragment (include)

static LS keys_parseDoubleArrowMap(L<S> l) {
  new LS out;
  for (S s : l) {
    L<S> x = splitAtDoubleArrow(s);
    if (l(x) == 2) out.add(first(x));
  }
  ret out;
}

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: 212 / 229
Version history: 2 change(s)
Referenced in: [show references]