Skip to content

Add Data.Array.IArray.(!?)

Francesco Gazzetta requested to merge (removed):safe-index into master

Similar to operators with the same name in vector and other libraries: (!?) :: (IArray a e, Ix i) => a i e -> i -> Maybe e

Merge request reports