contiguous

Unified interface for primitive arrays

https://github.com/andrewthad/contiguous

Version on this page:0.6.3.0
LTS Haskell 22.17:0.6.4.2
Stackage Nightly 2024-04-19:0.6.4.2
Latest on Hackage:0.6.4.2

See all snapshots contiguous appears in

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

Module documentation for 0.6.3.0

Used by 2 packages in nightly-2023-01-29(full list with versions):

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.