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