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