seany:
is there any way to force a string to become mutable?
Unlike C++, in D you can strip away immutability only if later you do not mutate the data. Between C++ and D there are some semantic differences that will bite new D programmers.
Bye, bearophile