isMutable x
If x is a hash table, list, dictionary, or database, then it is mutable if its contents can be destructively altered.
If x is a symbol, then it's mutable if a value can be assigned to it; i.e., if it is not protected.
If x is anything else, isMutable x will return false.
|
|
|
|
|
|
|
This function may also be called using the synonym mutable.
The object isMutable is a compiled function.