nonempty-vector icon indicating copy to clipboard operation
nonempty-vector copied to clipboard

Non-empty Vectors

Results 4 nonempty-vector issues
Sort by recently updated
recently updated
newest added

Other variants (storable, primitive) would be nice bonus, but Unbox’d vector is often a must thing

enhancement
help wanted

This PR: - bumps the upper dependency bound for `base` to `< 4.23`. - adds GHC version `9.14.1` to the `tested-with` list. - adds GHC version `9.14` to the CI...

> [__3] rejecting: base-4.22.0.0/installed-1f90 (conflict: nonempty-vector => base>=4.16 &&

## Description I am refactoring some of my code to use `nonempty-vector` instead of `NonEmpty` lists and noticed that `NonEmptyVector` currently lacks some of the convenient utility functions available on...