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:cdc9f92254705c33a75e79cc411e6c3693fcf24efda6a971c9a49dbd55a65fb1,3253
Used by 1 package in nightly-2020-03-28(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.