@hackage contiguous-checked0.3.2.0
contiguous with bounds checks
Categories
License
BSD-3-Clause
Maintainer
andrew.thaddeus@gmail.com
Links
Versions
Installation
Dependencies (3)
- base >=4.9 && <5
- contiguous >=0.3.2 && <0.4
- primitive >=0.6.4 Show all…
Dependents (3)
@hackage/primitive-containers, @hackage/acme-everything, @hackage/ring-buffers
contiguous-checked
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.