mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This extends the existing auto-conformance mechanism to synthesize the conformances to `CxxConvertibleToCollection` protocol for C++ sequence types. This means that the developer can now call `Array(myCxxSequence)` or `Set(myCxxSequence)` without adding any extensions manually.
2.5 KiB
2.5 KiB