pub fn range<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>( start: O0, limit: O1, delta: O2, scope: &mut Scope, ) -> Result<Operation>
Shorthand for Range::new().build(start, limit, delta, scope).
Range::new().build(start, limit, delta, scope)