Module unsync

Module unsync 

Source
Expand description

Single-threaded version of immutable types.

Structs§

IArrayIntoIter
An iterator over the cloned elements of an IArray.

Enums§

IArray
An immutable array type inspired by Immutable.js.
IMapmap
An immutable hash map type inspired by Immutable.js.
IMapItermap
IMapKeysmap
IMapValuesmap
IString
An immutable string type inspired by Immutable.js.