Hacker News new | ask | show | jobs
by letmutex 731 days ago
Thanks for pointing that out, str slice is surely better. I returned String in all versions just because collect() returns A String and I want to reuse the same test function. Will update this later.