Performant, non-empty mutable and immutable vectors


Keywords
data, library, Propose Tags, Skip to Readme, , Index, Quick Jump, Data.Vector.NonEmpty, Data.Vector.NonEmpty.Internal, Data.Vector.NonEmpty.Mutable, nonempty-vector-0.2.3.tar.gz, browse, Package description, Package maintainers, topos, edit package information , 0.0.1.0, 0.1.0.0, 0.2.0.0, 0.2.0.2, 0.2.1.0, Data.Vector
License
BSD-3-Clause
Install
cabal install nonempty-vector-0.2.3

Documentation

Non-empty Vectors

Build Status Hackage

This package presents thin wrappers around mutable and immutable Data.Vector types that enforce non-emptiness. The entire Vector API is supported for both sets of boxed vectors, with future plans to support unboxed, primitive, storable, and generic vectors.

There are no external dependencies that are not already in base.