GPL-2.0-or-later licensed by Oleg Grenrus
Maintained by Oleg.Grenrus
This version can be pinned in stack with:ral-0.1@sha256:6ba222a41e21ef14d6542e997bbc43c79a1bb31366f62516be5648fdf5b3e354,3216
Used by 1 package in nightly-2020-01-31(full list with versions):

This package provides ordinary random access list, RAList, and also a length indexed variant, RAVec.

The data structure allows fast cons-operation (like ordinary list) but also fast random access (like non-functional arrays).

For lens or optics support see ral-lens and ral-optics packages respectively.

Similar packages

This packages don't provide length-indexed variant, and their RAList has opaque structure.

Changes

Version history for ral

0.1

  • First version. Released on an unsuspecting world.