Mutable
Mutable
Mutable is where something in a system can be directly modified.
For example, re-assigning the value of a variable would be mutating the variable. Or pushing a new item into an array would be mutating the array.
Mutable is where something in a system can be directly modified.
For example, re-assigning the value of a variable would be mutating the variable. Or pushing a new item into an array would be mutating the array.