SR-10556 _foreignGrow should use the uninitialized-buffer String initializer once it's in
Issue Description:
For NSString->String bridging we'd like to "eagerly" bridge some NSStrings, and the most promising way of accomplishing this is copying their contents directly into a Swift String. With existing API this requires copying into a temporary buffer, then initializing with the buffer. We can do better 🙂
The text was updated successfully, but these errors were encountered:
Additional Detail from JIRA
md5: dffd3dce1ab3f06ce32234927af3985e
blocks:
Issue Description:
For NSString->String bridging we'd like to "eagerly" bridge some NSStrings, and the most promising way of accomplishing this is copying their contents directly into a Swift String. With existing API this requires copying into a temporary buffer, then initializing with the buffer. We can do better🙂
The text was updated successfully, but these errors were encountered: