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 a9c57c3 commit 7c333b8Copy full SHA for 7c333b8
stdlib/public/core/IntegerParsing.swift
@@ -14,6 +14,7 @@
14
// `UTF8CodeUnits == UnsafeBufferPoint<UInt8>`. Ensure that any changes are
15
// made in sync.
16
@_alwaysEmitIntoClient
17
+@inline(never)
18
internal func _parseASCIIDigits<
19
UTF8CodeUnits: Collection, Result: FixedWidthInteger
20
>(
@@ -124,6 +125,7 @@ internal func _parseASCIIDigits<Result: FixedWidthInteger>(
124
125
}
126
127
128
129
internal func _parseASCII<UTF8CodeUnits: Collection, Result: FixedWidthInteger>(
130
_ codeUnits: UTF8CodeUnits, radix: Int
131
) -> Result? where UTF8CodeUnits.Element == UInt8 {
0 commit comments