1 | static TreeSet<Symbol> litsymbolset(S... items) { |
2 | TreeSet<Symbol> set = symbolSet(); |
3 | for (S a : items) set.add(symbol(a)); |
4 | ret set; |
5 | } |
6 | |
7 | ifclass Symbol |
8 | static TreeSet<Symbol> litsymbolset(Symbol... items) { |
9 | TreeSet<Symbol> set = symbolSet(); |
10 | for (Symbol a : items) set.add(a); |
11 | ret set; |
12 | } |
13 | 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: | 385 / 425 |
Referenced in: | [show references] |