memchunk: Rename append_cstr as append
We may later add append(const T &), where we require T for .size() and .data(). We can coexist former append_cstr and new one. If we pass string literal, append(const (&)[N]) is selected.
Showing
Please register or sign in to comment