https://issues.dlang.org/show_bug.cgi?id=17485
--- Comment #3 from Steven Schveighoffer <[email protected]> --- Indeed, memmove fixes the specific use case: https://forums.dlang.org/post/[email protected] However, I think we should do a full examination of everything C++ does to optimize rotate and include it all at once, instead of waiting for people to find more cases where std::rotate outperforms D. --
