mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
integer types renamed
This commit is contained in:
committed by
Max Moiseev
parent
6b7fc91beb
commit
1b6244f3ee
@@ -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