Re: [swift-dev] ObjC generic containers and ObjectiveCBridgeable conformance

2016-04-29 Thread Douglas Gregor via swift-dev
> On Apr 27, 2016, at 10:23 AM, Joe Groff wrote: > > Importing ObjC generics is currently disabled for the bridged container > classes, NSArray, NSDictionary, and NSSet. To enable generics for these > types, we need to figure out what to do about their interaction with > ObjectiveCBridgeable

[swift-dev] ObjC generic containers and ObjectiveCBridgeable conformance

2016-04-27 Thread Joe Groff via swift-dev
Importing ObjC generics is currently disabled for the bridged container classes, NSArray, NSDictionary, and NSSet. To enable generics for these types, we need to figure out what to do about their interaction with ObjectiveCBridgeable container bridging. The mapping from generic Swift value type