1 | static <A> Collection<A> printStructLines(Collection<A> l) {
|
2 | ret pnlStruct(l); |
3 | } |
4 | |
5 | static <A> Iterable<A> printStructLines(Iterable<A> l) {
|
6 | ret pnlStruct(l); |
7 | } |
8 | |
9 | static <A> A[] printStructLines(A[] l) {
|
10 | ret pnlStruct(l); |
11 | } |
12 | |
13 | static <A, B> Map<A, B> printStructLines(Map<A, B> map) {
|
14 | ret pnlStruct(map); |
15 | } |
Began life as a copy of #1008537
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: | #1015188 |
| Snippet name: | printStructLines - synonym of pnlStruct - print structures, numbered |
| Eternal ID of this version: | #1015188/3 |
| Text MD5: | 5eb23dee75ad9672d47c1fd5a99ccc9f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-10 16:34:47 |
| Source code size: | 323 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 638 / 692 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |