@hackage / fixed-storable-array

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

Latest0.3.1.1

About

Metadata

  • Last updated , by CarlHowells
  • License BSD-3-Clause
  • Categories FFI
  • Maintained by: chowells79@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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.