Libraryless. Click here for Pure Java version (4675L/28K).
static <A> A vStackComputeWithPrintStruct(VStack.Computable<A> computation) { if (computation == null) null; VStack stack = new(computation); stepAllWithPrintStruct(stack); ret (A) stack.result(); }
Began life as a copy of #1030387
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1030985 |
| Snippet name: | vStackComputeWithPrintStruct - print stack structure after every step |
| Eternal ID of this version: | #1030985/1 |
| Text MD5: | 410cda5455ba98dd172a8dbdc75412db |
| Transpilation MD5: | b3bcb823834ef0d6e26e971b6d66599f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-04-18 14:40:38 |
| Source code size: | 211 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 359 / 457 |
| Referenced in: | [show references] |