Libraryless. Click here for Pure Java version (4675L/28K).
1 | static <A> A vStackComputeWithPrintStruct(VStack.Computable<A> computation) { |
2 | if (computation == null) null; |
3 | VStack stack = new(computation); |
4 | stepAllWithPrintStruct(stack); |
5 | ret (A) stack.result(); |
6 | } |
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: | 152 / 219 |
Referenced in: | [show references] |