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

10
LINES

< > BotCompany Repo | #1002127 // quoteAll

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4995L/27K).

1  
static LS quoteAll(S[] l) {
2  
  ret quoteAll(asList(l));
3  
}
4  
5  
static LS quoteAll(Cl<S> l) {
6  
  new L<S> x;
7  
  for (S s : l)
8  
    x.add(quote(s));
9  
  ret x;
10  
}

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: 664 / 940
Version history: 5 change(s)
Referenced in: [show references]