mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Static read-only arrays didn't work when passed to ObjectiveC as NSArray. The storage class of static read-only arrays doesn't carry information about the Element type. The new `__SwiftDeferredStaticNSArray` is generic over the element type and doesn't have to rely on the element type information of the array storage. rdar://94185998
5.9 KiB
5.9 KiB