Week 12: The remaining parts of std::string were implemented. These are: * atomic ref counting in the GCC version. * growing with resize(). * reserve(), shrink_to_fit(), insert(), replace(), and swap(). link to `core.stdcpp.string` pull request https://github.com/dlang/druntime/pull/2878.