Why does `NSString` `initWithBytesNoCopy` take `void *` instead of `const void *`

后端 未结 0 1127
醉酒成梦
醉酒成梦 2021-02-05 10:13

I have a const char * (or const string&), and I would like to append a subsection of it to an NSMutableString.

I figured that I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题