mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/swift-3-api-guidelines' into swift-3-omit-needless-words
This commit is contained in:
@@ -12,7 +12,7 @@ import Foundation
|
||||
@_silgen_name("srandomdev") func srandomdev()
|
||||
|
||||
protocol TestableUnicodeCodec : UnicodeCodecType {
|
||||
typealias CodeUnit : IntegerType
|
||||
typealias CodeUnit : Integer
|
||||
static func encodingId() -> NSStringEncoding
|
||||
static func name() -> NSString
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user