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