static <A> A vStackCompute(VStack.Computable<A> computation) { if (computation == null) null; VStack stack = new(computation); stepAll(stack); ret (A) stack.result(); }
Began life as a copy of #1030377
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030387 |
Snippet name: | vStackCompute |
Eternal ID of this version: | #1030387/1 |
Text MD5: | 3da3d07c39313dbe695306e7aa5a61df |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-12-10 20:33:02 |
Source code size: | 181 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 198 / 252 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1030985 - vStackComputeWithPrintStruct - print stack structure after every step #1035382 - bStackCompute |