pub fn elt<I>(cols: I) -> Columnwhere I: IntoIterator, I::Item: Into<Column>,
Returns the n-th input, e.g., returns input2 when n is 2.