/ImmutableCollection

Immutable Collection for Delphi

Primary LanguagePascalMozilla Public License 2.0MPL-2.0

ImmutableCollection

An immutable collection for Delphi.

So far, it only includes a naive implementation of the Scala List type. It is basically, a simple linked list data type.