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

6
LINES

< > BotCompany Repo | #1035382 // bStackCompute

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (9673L/53K).

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

Author comment

Began life as a copy of #1030387

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035382
Snippet name: bStackCompute
Eternal ID of this version: #1035382/1
Text MD5: 82f622e21289892cf0d8c2f164cf4065
Transpilation MD5: 76e24b217682f9e13b836f5070da4700
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-05-04 18:51:12
Source code size: 181 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 55 / 93
Referenced in: [show references]