Commits

Dave Abrahams committed 6786969209d
[stdlib] Introduce _SwiftDeferredNSArray This is mostly just a renaming of _SwiftNativeNSArray, except that we want to add another NSArray subclass for verbatim-bridged elements, so we want a common base class. _SwiftNativeNSArray is the name of that new base class, to parallel the other _SwiftNativeNSXXX classes. Swift SVN r22913