contiguous-checked

contiguous with bounds checks

https://github.com/andrewthad/contiguous-checked

Latest on Hackage:0.3.2.0

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 Andrew Martin
Maintained by [email protected]

A drop-in replacement for contiguous where all the functions checks bounds at runtime. This is less efficient but gives helpful error messages instead of segfaulting. It is intended to be used when testing software.