BSD-3-Clause licensed by Andrew Martin
This version can be pinned in stack with:contiguous-0.6.3.0@sha256:079cd3284a9f0b9cf33947ba35cb16957baae947b2635ec1758817d386675ef9,1871

Module documentation for 0.6.3.0

contiguous

Hackage Hackage

The contiguous typeclass parameterises over a contiguous array type. This allows us to have a common API to a number of contiguous array types and their mutable counterparts, namely those in primitive, making the experience of working with the primitive datatypes much cleaner and uniform.