@hackage contiguous0.5
Unified interface for primitive arrays
Installation
Dependencies (4)
- base >=4.11.1.0 && <4.16
- deepseq >=1.4
- primitive >=0.7 && <0.7.1
- primitive-unlifted >=0.1 && <0.2 Show all…
Dependents (23)
@hackage/contiguous-checked, @hackage/json-syntax, @hackage/flatbuffers-builder, @hackage/automata, @hackage/flatbuffers-parser, @hackage/atrophy, Show all…
contiguous
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.