modify package:contiguous
Modify the elements of a mutable array in-place.
Strictly modify the elements of a mutable array in-place.
Variant of modifyAt that forces the result before installing it in the
array.
Variant of modifyAtF that forces the result before installing it in
the array. Note that this requires
Monad rather than
Functor.