:: Maybe Int -> Int -> Int package:fixed-vector
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.