Closed
Description
Immutable would make a properties on an object immutable recursively.
Example:
immutable const a = ["1", "2", "3"]
a.push("4") // Error function mutates immutable variable
The would be useful with pure functions #7770
Immutable would make a properties on an object immutable recursively.
Example:
immutable const a = ["1", "2", "3"]
a.push("4") // Error function mutates immutable variable
The would be useful with pure functions #7770