Popularity
2.5
Growing
Activity
0.0
Stable
3
3
0

Monthly Downloads: 17
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data Structures    
Latest version: v0.1.0.2

indexed-containers alternatives and similar packages

Based on the "Data Structures" category.
Alternatively, view indexed-containers alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of indexed-containers or a related project?

Add another 'Data Structures' Package

README

indexed-containers: simple, no-frills indexed lists.

This library contains lists whose types are indexed by their lengths. The implementation is a simple wrapper around a regular list.

If the lengths of your lists are known statically, using indexed lists improves type safety with no runtime overhead.