Hacker News new | ask | show | jobs
by bvrmn 812 days ago
I argue strview (non-owning) is almost always what is needed. Most of string operations are searching and slicing.
1 comments

You also need a strview. Not really relevant for avoiding strcpy and strcat though.