# 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](https://hackage.haskell.org/package/rrb-vector).