pub fn stack_v2<O0: Into<Output>>( max_size: O0, scope: &mut Scope ) -> Result<Operation>
Shorthand for StackV2::new().build(max_size, scope).
StackV2::new().build(max_size, scope)