static TreeSet<Symbol> litsymbolset(S... items) { TreeSet<Symbol> set = symbolSet(); for (S a : items) set.add(symbol(a)); ret set; } ifclass Symbol static TreeSet<Symbol> litsymbolset(Symbol... items) { TreeSet<Symbol> set = symbolSet(); for (Symbol a : items) set.add(a); ret set; } endif
Began life as a copy of #1011096
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: | #1012727 |
| Snippet name: | litsymbolset |
| Eternal ID of this version: | #1012727/1 |
| Text MD5: | 5c3057caec7a14e868fc18216a2692a1 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-11 02:46:22 |
| Source code size: | 315 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 600 / 654 |
| Referenced in: | [show references] |