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