mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
// contiguous sequence of `Element`s.
|
||||
//
|
||||
// - `Array<Element>` is like `ContiguousArray<Element>` when `Element` is not
|
||||
// an reference type or an Objective-C existential. Otherwise, it may use
|
||||
// a reference type or an Objective-C existential. Otherwise, it may use
|
||||
// an `NSArray` bridged from Cocoa for storage.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
Reference in New Issue
Block a user