Open BSteffaniak opened 7 years ago
And if so, require an override of the function that contains the modification.
e.g. Array.add updates the count of the array, and since ImmutableArray extends Array, you need to override the add function to disable that modification.
And if so, require an override of the function that contains the modification.
e.g. Array.add updates the count of the array, and since ImmutableArray extends Array, you need to override the add function to disable that modification.