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

6
LINES

< > BotCompany Repo | #1030387 // vStackCompute

JavaX fragment (include)

1  
static <A> A vStackCompute(VStack.Computable<A> computation) {
2  
  if (computation == null) null;
3  
  VStack stack = new(computation);
4  
  stepAll(stack);
5  
  ret (A) stack.result();
6  
}

Author comment

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: 142 / 194
Referenced in: [show references]