Gets value at index of values.
index
Trusts user that value at index is not null, use with caution.
T value<T>([int index = 0]) => values[index] as T;