Agda.Utils.IArray
Description
Array utilities.
(!?) :: (IArray a e, Ix i) => a i e -> i -> Maybe e Source #
Returns Just the element of an immutable array at the specified index, or Nothing if the index is out of bounds.
Just
Nothing
module Data.Array.IArray