Libraryless. Click here for Pure Java version (4995L/27K).
static LS quoteAll(S[] l) { ret quoteAll(asList(l)); } static LS quoteAll(Cl<S> l) { new L<S> x; for (S s : l) x.add(quote(s)); ret x; }
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: | #1002127 |
| Snippet name: | quoteAll |
| Eternal ID of this version: | #1002127/6 |
| Text MD5: | ae44536b42241af98b20ea75929ed4d8 |
| Transpilation MD5: | 3c7013f5dc48118da7cd6cf92802ad81 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-28 22:45:25 |
| Source code size: | 158 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1227 / 1645 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |