BSD-3-Clause licensed  by konsumlamm 
This version can be pinned in stack with:rrb-vector-0.2.2.1@sha256:da26fe643b86ae39e5104fec1e273e5612416923c0c39361ddf57ba2c5bbc584,2627
Module documentation for 0.2.2.1 
rbb-vector 
An implementation of a Relaxed Radix Balanced Vector (RRB-Vector), an efficient sequence data structure.
It supports fast indexing, iteration, concatenation and splitting.
For more information, see rrb-vector on Hackage
0.2.2.1 - July 2024 
Add sort, sortBy, sortOn (#23 ) 
Fix bug in >< (#19 ) 
Fix bug in <| (#18 ) 
 
0.2.1.0 - December 2023 
Add findIndexL, findIndexR, findIndicesL, findIndicesR 
Fix bug in |> & <| (#10 ) 
 
0.2.0.1 - October 2023 
Support primitive-0.9 and deepseq-1.5 
 
0.2.0.0 - February 2023 
Add map' & unzipWith
 
Make zip & unzip more strict
 
Make all functions strict in the index
 
Make the FoldableWithIndex, FunctorWithIndex, TraversableWithIndex instances more efficient
 
Implement ifoldMap in the FoldableWithIndex instance
 
Implement fail in the Monad instance
 
Add Shift, Tree and unidirectional pattern synonyms for Vector and Tree to Data.RRBVector.Internal.Debug
 
Support primitive-0.8
 
Test typeclass laws
 
 
0.1.1.0 - August 2021 
0.1.0.0 - June 2021 
Stackage is a service provided by the
Haskell Foundation 
│ Originally developed by
FP Complete