unboxing-vector v0.2.0.0 Release Notes
Release Date: 2020-09-27 // over 4 years ago-
- ➕ Add coercion functions for mutable vectors.
- ➕ Add
Unboxable
instance for several mode types:Data.Semigroup.Arg
,Data.Monoid.Alt
,Data.Functor.Compose
. - 📦 The dependency on mono-traversable can be disabled via a package flag.
Previous changes from v0.1.1.0
-
- 👌 Support older GHC versions.
- ➕ Add
Enum
andEnumRep
wrappers. - ➕ Add
Unboxable
instance forOrdering
.