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

6
LINES

< > BotCompany Repo | #1001024 // internAll

JavaX fragment (include)

static L<S> internAll(L<S> tok) {
  new L<S> l;
  for (S t : tok)
    l.add(intern(t));
  return l;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1001024
Snippet name: internAll
Eternal ID of this version: #1001024/3
Text MD5: df0e788fe130cde13b1497d785c9cb0d
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-02 05:53:23
Source code size: 108 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 585 / 878
Version history: 2 change(s)
Referenced in: [show references]