Description
Fixed-size wrapper for StorableArray, providing a Storable instance. Deprecated - use storable-static-array instead.
Description
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.