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

7
LINES

< > BotCompany Repo | #1030476 // stepAllWithPrintStruct

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

Libraryless. Click here for Pure Java version (4489L/27K).

svoid stepAllWithPrintStruct(Steppable s) {
  if (s == null) ret;
  do {
    printStruct(s);
  } while (s.step());
  printStruct(s);
}

Author comment

Began life as a copy of #1024992

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1030476
Snippet name: stepAllWithPrintStruct
Eternal ID of this version: #1030476/1
Text MD5: 6f0e65e4efb58f37f933b72d20c1b64a
Transpilation MD5: adaaabf0881b9768a9d9b7ade127b2fa
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-12-23 05:37:20
Source code size: 142 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 113 / 163
Referenced in: [show references]