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

7
LINES

< > BotCompany Repo | #1030074 // div_vbar - <div> with items joined with vertical bar unless empty

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

Transpiled version (2692L) is out of date.

sS div_vbar(S... items) {
  ret div_vbar(asList(items));
}

sS div_vbar(Cl<S> items, O... params) {
  ret divUnlessEmpty(joinNemptiesWithVBar(items), params); 
}

Author comment

Began life as a copy of #1029932

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030074
Snippet name: div_vbar - <div> with items joined with vertical bar unless empty
Eternal ID of this version: #1030074/2
Text MD5: 306cd2626df0d69522101abe96eec653
Author: stefan
Category: javax / html
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-05 10:09:49
Source code size: 167 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 129 / 193
Version history: 1 change(s)
Referenced in: [show references]