Enumeration Case 列挙ケース

Unicode.ParseResult.error(length:)

An encoding error was detected. エンコーディングエラーが検知された。

Declaration 宣言

case error(length: Int)

Discussion 解説

length is the number of underlying code units consumed by this error, guaranteed to be greater than 0. lengthは、このエラーによって消費される、基礎をなすコード単位の数です、0より大きいことを保証されます。