@hackage grow-vector0.1.5.0
Mutable vector with efficient appends
Categories
License
MIT
Maintainer
Anton Gushcha <ncrashed@protonmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (6)
- base >=4.11 && <4.19
- liquid-base
- liquid-vector
- liquidhaskell >=0.8.10
- primitive >=0.7 && <0.8
- vector >=0.12 && <0.14 Show all…
Dependents (0)
Package Flags
liquidhaskell
(off by default)
Use liquid haskell to check sources
grow-vector
Mutable vector with efficient updates. Simple implementation on partially filled array with capacity tracking and resizing.