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

9
LINES

< > BotCompany Repo | #1030588 // printIndentedStruct

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

Transpiled version (10214L) is out of date.

static <A> A printIndentedStruct(S prefix default "", A a) {
  print(prefix, indentedStructureForUser(a));
  ret a;
}

static <A> A printIndentedStruct(S prefix default "", A a, structure_Data data) {
  print(prefix, indentedStructureForUser(a, data));
  ret a;
}

Author comment

Began life as a copy of #1030212

download  show line numbers  debug dex  old transpilations   

Travelled to 5 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030588
Snippet name: printIndentedStruct
Eternal ID of this version: #1030588/4
Text MD5: 445dc3d2c93ba7f98237b9fe5562013d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-05-01 16:09:46
Source code size: 271 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 143 / 253
Version history: 3 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)