Expand description
Thread-safe version of immutable types.
Structs§
- IArray
Into Iter - An iterator over the cloned elements of an
IArray
.
Enums§
- IArray
- An immutable array type inspired by Immutable.js.
- IMap
map
- An immutable hash map type inspired by Immutable.js.
- IMap
Iter map
- IMap
Keys map
- IMap
Values map
- IString
- An immutable string type inspired by Immutable.js.