Portability | portable |
---|---|
Stability | experimental |
Maintainer | Aleksey Khudyakov <alexey.skladnoy@gmail.com> |
Safe Haskell | None |
Documentation
Type class for array-like data type which support O(1)
access
by integer index starting from zero.
validIndex :: Indexable a => a -> Int -> BoolSource
Check that index is valid