pub fn qr<O0: Into<Output>>(input: O0, scope: &mut Scope) -> Result<Operation>
Shorthand for Qr::new().build(input, scope).
Qr::new().build(input, scope)