Ola Fosheim Grøstad via Digitalmars-d Sun, 21 Feb 2016 03:41:33 -0800
std::string reverse(const std::string& this){…}
auto s = somestring.reverse();