Safe Haskell | None |
---|---|
Language | Haskell98 |
Data.Array.Comfort.Storable
Documentation
mapWithIndex :: (Indexed sh, Index sh ~ ix, Storable a, Storable b) => (ix -> a -> b) -> Array sh a -> Array sh b Source #
comfort-array-0.3.1: Arrays where the index type is a function of the shape type
Safe Haskell | None |
---|---|
Language | Haskell98 |
Data.Array.Comfort.Storable
mapWithIndex :: (Indexed sh, Index sh ~ ix, Storable a, Storable b) => (ix -> a -> b) -> Array sh a -> Array sh b Source #