:: ZipList a -> Int -> a -package:rio

Optional more efficient implementation of indexing. Shouldn't be used directly, use ! instead.
Retrieve vector's element at index. Generic implementation is O(n) but more efficient one is used when possible.
Infix version of unsafeIndex.