Remove function?

bearophile bearophileHUGS at lycos.com
Wed Dec 4 14:33:18 PST 2013


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


More information about the Digitalmars-d-learn mailing list