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)

static <A> A printStruct(S prefix, A a) {
  printStructure(prefix, a);
  ret a;
}

static <A> A printStruct(A a) {
  printStructure(a);
  ret a;
}

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: 620 / 784
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1015730 - printStructIndent