typealias Unicode.UTF32.CodeUnit
The basic unit of encoding
符号化の基本単位。
typealias Unicode.UTF32.EncodedScalar
A valid scalar value as represented in this encoding
この符号化において表現されるある有効なスカラー値。
typealias Unicode.UTF32.ForwardParser
A type that can be used to parse
CodeUnits
into EncodedScalar
s.
ある型、それはCodeUnits
をEncodedScalar
それらへと構文解析するのに使用可能なものです。
typealias Unicode.UTF32.ReverseParser
A type that can be used to parse a reversed sequence of
CodeUnits
into EncodedScalar
s.
ある型、それはCodeUnits
の逆の並びをEncodedScalar
それらへと構文解析するのに使用可能なものです。