pub fn ref_next_iteration<O0: Into<Output>>( data: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for RefNextIteration::new().build(data, scope).
RefNextIteration::new().build(data, scope)