pub fn next_after<O0: Into<Output>, O1: Into<Output>>( x1: O0, x2: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for NextAfter::new().build(x1, x2, scope).
NextAfter::new().build(x1, x2, scope)