Generic Instance Method
総称体インスタンスメソッド
parse
parseScalar(from:)
No overview available.
Availability
- iOS 14.5+
- iPadOS 14.5+
- macOS 11.3+
- Mac Catalyst 14.5+
- tvOS 14.5+
- watchOS 7.4+
- Xcode 12.5+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
mutating func parseScalar<I>(from input: inout I) -> Unicode
.ParseResult
<_ValidUTF8Buffer > where I : IteratorProtocol
, I.Element
== UInt8