packages feed

contiguous-0.4: README.md

# contiguous

[![Hackage](https://img.shields.io/hackage/v/contiguous.svg)](https://hackage.haskell.org/package/contiguous)
[![Hackage](https://img.shields.io/badge/license-BSD3-blue.svg)](LICENSE)

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.