enum UnicodeDecodingResult
Inheritance |
Equatable
View Protocol Hierarchy →
|
---|---|
Import | import Swift |
Auto-generated documentation for Swift. Command-click no more.
enum UnicodeDecodingResult
Inheritance |
Equatable
View Protocol Hierarchy →
|
---|---|
Import | import Swift |
The result of one Unicode decoding step.
Each
UnicodeDecodingResult
instance can represent a Unicode scalar value, an indication that no more Unicode scalars are available, or an indication of a decoding error.