immutable_list 0.1.0 copy "immutable_list: ^0.1.0" to clipboard
immutable_list: ^0.1.0 copied to clipboard

Dart 1 only

A simple cons cell based immutable list.

Immutable List #

This is a pretty straight forward cons cell based immutable list implemented in Dart.

Like most cons cell list implementations, this doesn't have efficient indexed sequence action. Given the time i would love to implement this as a HAMT to get more general case efficient operations.

0
likes
15
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A simple cons cell based immutable list.

Homepage

License

MIT (license)

Dependencies

concepts, option

More

Packages that depend on immutable_list