mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add support for UTF8Span Also, refactor validation and grapheme breaking
This commit is contained in:
@@ -97,7 +97,7 @@ internal func _stringCompareInternal(
|
||||
}
|
||||
|
||||
@_effects(readonly)
|
||||
private func _stringCompareFastUTF8(
|
||||
internal func _stringCompareFastUTF8(
|
||||
_ utf8Left: UnsafeBufferPointer<UInt8>,
|
||||
_ utf8Right: UnsafeBufferPointer<UInt8>,
|
||||
expecting: _StringComparisonResult,
|
||||
|
||||
Reference in New Issue
Block a user