mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: add first argument labels and some other changes to conform to API guidelines
This commit is contained in:
@@ -61,7 +61,7 @@ internal struct _CocoaArrayWrapper : Collection {
|
||||
|
||||
return contiguousCount >= subRange.endIndex
|
||||
? unsafeBitCast(
|
||||
enumerationState.itemsPtr, UnsafeMutablePointer<AnyObject>.self
|
||||
enumerationState.itemsPtr, to: UnsafeMutablePointer<AnyObject>.self
|
||||
) + subRange.startIndex
|
||||
: nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user