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

10
LINES

< > BotCompany Repo | #1001939 // printStructure

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3728L/24K).

static <A> A printStructure(S prefix, A o) {
  if (endsWithLetter(prefix)) prefix += ": ";
  print(prefix + structureForUser(o));
  ret o;
}

static <A> A printStructure(A o) {
  print(structureForUser(o));
  ret o;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1001939
Snippet name: printStructure
Eternal ID of this version: #1001939/4
Text MD5: d4050d2dec33d6ea45c6b799c270cb9f
Transpilation MD5: 651fa8bf7acac3c49b56d738412b1266
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-12-01 11:31:10
Source code size: 228 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 711 / 1654
Version history: 3 change(s)
Referenced in: [show references]