fixed-storable-array

Fixed-size wrapper for StorableArray, providing a Storable instance. Deprecated - use storable-static-array instead.

Latest on Hackage:0.3.1.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Carl Howells
Maintained by [email protected]

Uses type-level numeric literals to wrap StorableArray in a type that statically fixes its size. The wrapper has a Storable instance, for easy integration with fixed-size native arrays.

Deprecated - use storable-static-array instead.