An open API service indexing awesome lists of open source software.

https://github.com/fumieval/data-vector-growable

Dynamic, growable, resizable, mutable and generic vector implementation
https://github.com/fumieval/data-vector-growable

array haskell

Last synced: 10 months ago
JSON representation

Dynamic, growable, resizable, mutable and generic vector implementation

Awesome Lists containing this project

README

          

data-vector-growable
====

![Haskell CI](https://github.com/fumieval/data-vector-growable/workflows/Haskell%20CI/badge.svg)
[![Hackage](https://img.shields.io/hackage/v/data-vector-growable.svg)](https://hackage.haskell.org/package/data-vector-growable)
[![Discord](https://img.shields.io/discord/664807830116892674?color=%237095ec&label=Discord&style=plastic)](https://discord.gg/DG93Tgs)

This is a Haskell package that implements dynamic array (a.k.a. growable vector) based on any `vector` variants.
See it on Hackage for more information.