pub fn window_op<O0: Into<Output>>( inputs: O0, scope: &mut Scope ) -> Result<Operation>
Shorthand for WindowOp::new().build(inputs, scope).
WindowOp::new().build(inputs, scope)