The latest version of ralist is 0.4.0.0-1.

ralist

Version 0.3.0.0 revision 0 uploaded by CarterSchonwald.

Package meta

Synopsis
Random access list with a list compatible interface.
Description

Random access list with a list compatible interface. Random access list have same complexity as lists with some exceptions, the notable one being that (!!) is O(log n) instead of O(n). RALists have to be finite.

Author
Lennart Augustsson, Carter Schonwald
Bug reports
n/a
Category
Data Structures
Copyright
n/a
Homepage
http://github.com/cartazio/ralist
Maintainer
Carter Schonwald
Package URL
n/a
Stability
experimental

Components