pub fn pack<O0: Into<Output>>( values: O0, scope: &mut Scope ) -> Result<Operation>
Shorthand for Pack::new().build(values, scope).
Pack::new().build(values, scope)