Hacker News new | ask | show | jobs
by Cthulhu_ 998 days ago
I'm okay with code like this being tucked away in the std lib (or a 3rd party library) IF it makes my own code easier, and in this case it does since calling it is just

    c := Clone(ms)
(which is highlighted in the article)