Libraryless. Click here for Pure Java version (2685L/17K).
1 | sS p_vbar(S... items) {
|
2 | ret p_vbar(asList(items)); |
3 | } |
4 | |
5 | sS p_vbar(Cl<S> items, O... _) {
|
6 | ret pUnlessEmpty(joinNemptiesWithVBar(items), _); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1029932 |
| Snippet name: | p_vbar - <p> with items joined with vertical bar unless empty |
| Eternal ID of this version: | #1029932/4 |
| Text MD5: | 4285f26efc01c1337ed4a7c0eb87032b |
| Transpilation MD5: | 6422ce9c25a7b4d463bc3aae1c3d2b65 |
| Author: | stefan |
| Category: | javax / html |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-11-20 13:35:28 |
| Source code size: | 148 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 422 / 565 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |