We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47bcb8 commit 2e3eb1fCopy full SHA for 2e3eb1f
stdlib/public/core/String.swift
@@ -844,7 +844,6 @@ extension String {
844
}
845
846
extension _StringGutsSlice {
847
- @inline(__always)
848
internal func _withNFCCodeUnits(_ f: (UInt8) throws -> Void) rethrows {
849
var output = _FixedArray16<UInt8>(allZeros: ())
850
var icuInput = _FixedArray16<UInt16>(allZeros: ())
stdlib/public/core/StringNormalization.swift
@@ -207,7 +207,6 @@ internal struct NormalizationResult {
207
208
209
//If this returns nil, it means the outputBuffer ran out of space
210
-@inline(__always)
211
@_effects(releasenone)
212
private func fastFill(
213
_ sourceBuffer: UnsafeBufferPointer<UInt8>,
0 commit comments