Libraryless. Click here for Pure Java version (4489L/27K).
1 | svoid stepAllWithPrintStruct(Steppable s) { |
2 | if (s == null) ret; |
3 | do { |
4 | printStruct(s); |
5 | } while (s.step()); |
6 | printStruct(s); |
7 | } |
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: | 189 / 262 |
Referenced in: | [show references] |