mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stdlib: use SipHash-1-3 for string hashing on non-ObjC platforms
Part of rdar://problem/24109692
This commit is contained in:
@@ -1176,3 +1176,7 @@ extension UTF16 {
|
||||
Builtin.unreachable()
|
||||
}
|
||||
}
|
||||
|
||||
/// A namespace for Unicode utilities.
|
||||
internal enum _Unicode {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user