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

7
LINES

< > BotCompany Repo | #1024382 // joinWithSpacedVBar - synonym of joinWithVBar

JavaX fragment (include)

sS joinWithSpacedVBar(Iterable<S> l) {
  ret joinWithVBar(l);
}

sS joinWithSpacedVBar(S... l) {
  ret joinWithSpacedVBar(asList(l));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024382
Snippet name: joinWithSpacedVBar - synonym of joinWithVBar
Eternal ID of this version: #1024382/2
Text MD5: 1fe0fa36e0552f518e3ca5774f5008e1
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-08 14:58:46
Source code size: 141 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 137 / 165
Version history: 1 change(s)
Referenced in: [show references]