Module sync

Source
Expand description

Thread-safe version of immutable types.

Structs§

Iter
An iterator over the elements of an IArray.

Enums§

IArray
An immutable array type inspired by Immutable.js.
IMapmap
An immutable hash map type inspired by Immutable.js.
IMapIter
IMapKeys
IMapValues
IString
An immutable string type inspired by Immutable.js.