Marks any type as immutable, and deep recursive into containers too.
An Array where itself, and all it's children, and so on, are readonly.
A Map where itself, and all it's children, and so on, are readonly.
An object where itself, and all it's children, and so on, are readonly.
Generated using TypeDoc
Marks any type as immutable, and deep recursive into containers too.