static <A> A printIndent(A o) { print(indentx(str(o))); ret o; } static <A> A printIndent(S indent, A o) { print(indentx(indent, str(o))); ret o; } static void printIndent(int indent, O o) { print(indentx(indent, str(o))); }
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
| Snippet ID: | #1004479 |
| Snippet name: | printIndent - print indented |
| Eternal ID of this version: | #1004479/3 |
| Text MD5: | 81d5275efe804057b9de957ed0a3a528 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-28 10:06:49 |
| Source code size: | 248 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 939 / 1269 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |