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