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 a9c8d41 commit b1ebc5cCopy full SHA for b1ebc5c
stdlib/public/core/Unicode.swift
@@ -190,6 +190,7 @@ extension _Unicode.UTF8 : UnicodeCodec {
190
/// - Returns: A `UnicodeDecodingResult` instance, representing the next
191
/// Unicode scalar, an indication of an error, or an indication that the
192
/// UTF sequence has been fully decoded.
193
+ @inline(__always)
194
public mutating func decode<I : IteratorProtocol>(
195
_ input: inout I
196
) -> UnicodeDecodingResult where I.Element == CodeUnit {
0 commit comments