Files
swift-mirror/stdlib/public/Cxx/CxxConvertibleToCollection.swift
Egor Zhdan cf8ac14215 [cxx-interop] Initializing a Swift.Array from CxxConvertibleToCollection should not copy the collection
This makes the `CxxConvertibleToCollection` parameter shared, preventing the unnecessary copy of the C++ value.

rdar://110110376
2023-06-06 15:54:58 +01:00

2.8 KiB