Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1003897 // printStruct - short for printStructure

JavaX fragment (include)

1  
static <A> A printStruct(S prefix, A a) {
2  
  printStructure(prefix, a);
3  
  ret a;
4  
}
5  
6  
static <A> A printStruct(A a) {
7  
  printStructure(a);
8  
  ret a;
9  
}

Author comment

Began life as a copy of #1001939

download  show line numbers  debug dex  old transpilations   

Travelled to 17 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, wnsclhtenguj, xfddqsrefgvo, xrpafgyirdlv

No comments. add comment

Snippet ID: #1003897
Snippet name: printStruct - short for printStructure
Eternal ID of this version: #1003897/1
Text MD5: c80d1ce975e81239cc37c5a764b7615c
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-14 00:17:52
Source code size: 156 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 621 / 785
Referenced in: [show references]