contiguous

Unified interface for primitive arrays

https://github.com/andrewthad/contiguous

Version on this page:0.6.2.0
LTS Haskell 22.14:0.6.4.2
Stackage Nightly 2024-03-28: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.2.0@sha256:34adb3e50fd7de105b8572562dda48c67bc5096dbd3eec0abb4ceeaf7383c4e5,1871

Module documentation for 0.6.2.0

Used by 2 packages in nightly-2022-09-25(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.