mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Final bulk removal of Type suffix
This commit is contained in:
committed by
Max Moiseev
parent
2a161bdd62
commit
0e54467bfa
@@ -11,7 +11,7 @@ import Foundation
|
||||
@_silgen_name("random") func random() -> UInt32
|
||||
@_silgen_name("srandomdev") func srandomdev()
|
||||
|
||||
protocol TestableUnicodeCodec : UnicodeCodecType {
|
||||
protocol TestableUnicodeCodec : UnicodeCodec {
|
||||
typealias CodeUnit : Integer
|
||||
static func encodingId() -> NSStringEncoding
|
||||
static func name() -> NSString
|
||||
|
||||
Reference in New Issue
Block a user