mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Replaced the majority of ' : ' with ': '.
This commit is contained in:
@@ -26,7 +26,7 @@ import SwiftShims
|
||||
/// It's a class, and I don't want to pay for the dynamic dispatch overhead.
|
||||
@usableFromInline
|
||||
@frozen
|
||||
internal struct _CocoaArrayWrapper : RandomAccessCollection {
|
||||
internal struct _CocoaArrayWrapper: RandomAccessCollection {
|
||||
@usableFromInline
|
||||
typealias Indices = Range<Int>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user