pub fn partitioned_call<O0: Into<Output>>( args: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for PartitionedCall::new().build(args, scope).
PartitionedCall::new().build(args, scope)