Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 307 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 307 Bytes

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.