Function pack

Source
pub fn pack<O0: Into<Output>>(
    values: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for Pack::new().build(values, scope).