pub fn count_up_to<O0: Into<Output>>( ref_: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for CountUpTo::new().build(ref_, scope).
CountUpTo::new().build(ref_, scope)