News

What is the difference between mutable and immutable data? What is the difference between a list and a string? How is a tuple different from a list? What is an operator?
For that to be possible, either you had to cast from mutable to immutable (which you shouldn't have) or the mutable string derives from the immutable string (which it shouldn't have).