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 2dc96a9 commit af8d13eCopy full SHA for af8d13e
stdlib/public/core/Unicode.swift
@@ -22,6 +22,7 @@ import SwiftShims
22
/// of a decoding error.
23
///
24
/// - SeeAlso: `UnicodeCodec.decode(next:)`
25
+@_fixed_layout
26
public enum UnicodeDecodingResult : Equatable {
27
/// A decoded Unicode scalar value.
28
case scalarValue(UnicodeScalar)
0 commit comments