ReadOnlyCollection is not an immutable collection
In this blog post we discover how we can mutate a ReadOnlyCollection
to have more or less entries than its original state. Readonly does not mean it is immutable. Also we will check out the ImmutableArray
.