1 | static S asciiSideBySideWithBarsAllAround(L<S> texts) {
|
2 | S s = asciiSideBySideWithBars(texts); |
3 | int width = maxLineLength(s); |
4 | S x = " " + rep(width-2, '-'); |
5 | ret x + "\n" + assureTrailingNewLineIfNempty(s) + x + "\n"; |
6 | } |
Began life as a copy of #1014816
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: | #1014820 |
| Snippet name: | asciiSideBySideWithBarsAllAround |
| Eternal ID of this version: | #1014820/4 |
| Text MD5: | b8a0cbe239d15c001862190b6db63597 |
| Author: | stefan |
| Category: | javax / ascii |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-03 14:59:49 |
| Source code size: | 229 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 592 / 638 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |