Casts values into an Iterable<T>.
values
Iterable<T>
Iterable<T> castIterable(Iterable<Object?> values) => values.cast<T>();