Comment by groundzeros2015
5 hours ago
Struct Substring { char start, end };
My point is ownership being transferred implicitly in a struct assignment is a complexity introduced by C++.
In C the concern of allocating memory and using it is separate.
String_view is attempt to add more separation. But C programmers were already there.
No comments yet
Contribute on Hacker News ↗