Tuple.opIndex

Get an object value at {@code pos}.

@param pos the position @return the value or {@code null}

interface Tuple
alias opIndex = getValue

Meta