1 | static <A> Collection<A> printStructLinesIndent(Collection<A> l) { |
2 | ret pnlStructIndent(l); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> A[] printStructLinesIndent(A[] l) { |
8 | ret pnlStructIndent(l); |
9 | } |
10 | |
11 | |
12 | |
13 | static <A, B> Map<A, B> printStructLinesIndent(Map<A, B> map) { |
14 | ret pnlStructIndent(map); |
15 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1017029 |
| Snippet name: | printStructLinesIndent - synonym of pnlStructIndent |
| Eternal ID of this version: | #1017029/1 |
| Text MD5: | e74f3fa366150f37ed2fa14e6bd4cb13 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-07-10 21:58:36 |
| Source code size: | 273 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 585 / 602 |
| Referenced in: | [show references] |