Module cons_rs::immutable

source ·
Expand description

An immutable list using Rc.

This list does not allow direct modification of its elements, but modification of the pointers between them.

Structs