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

6
LINES

< > BotCompany Repo | #1030387 // vStackCompute

JavaX fragment (include)

static <A> A vStackCompute(VStack.Computable<A> computation) {
  if (computation == null) null;
  VStack stack = new(computation);
  stepAll(stack);
  ret (A) stack.result();
}

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