1 | static L<Symbol> allToSymbol(Collection<? extends CharSequence> l) {
|
2 | ifdef SymbolAsString |
3 | ret allToString(l); |
4 | endifdef |
5 | ifndef SymbolAsString |
6 | L<Symbol> out = emptyList(l); |
7 | for (CharSequence s : l) |
8 | out.add(toSymbol(s)); |
9 | ret out; |
10 | endifndef |
11 | } |
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: | 859 / 922 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |