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

11
LINES

< > BotCompany Repo | #1012680 // allToSymbol

JavaX fragment (include)

static L<Symbol> allToSymbol(Collection<? extends CharSequence> l) {
  ifdef SymbolAsString
  ret allToString(l);
  endifdef
  ifndef SymbolAsString
  L<Symbol> out = emptyList(l);
  for (CharSequence s : l)
    out.add(toSymbol(s));
  ret out;
  endifndef
}

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: #1012680
Snippet name: allToSymbol
Eternal ID of this version: #1012680/3
Text MD5: 8d9974503a7adc07d254f3fd3bd9a093
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-14 23:10:21
Source code size: 268 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 379 / 432
Version history: 2 change(s)
Referenced in: [show references]