| Safe Haskell | None |
|---|
Data.PrimitiveArray.Zero
Description
Boxed, primitive arrays. A good use-case is to store boxed or unboxed vectors.
Documentation
Monadic arrays of primitive type.
Constructors
| MArr0 !sh !(MutableArray s elm) |
Instances
| (Shape sh, ExtShape sh) => MPrimArrayOps MArr0 sh elm |