Instance Property インスタンスプロパティ

smallestEncoding

The smallest encoding to which the receiver can be converted without loss of information. レシーバが情報の損失無しに変換できる最小の符号化を返します。

Declaration 宣言

var smallestEncoding: UInt { get }

Discussion 議論

This encoding may not be the fastest for accessing characters, but is space-efficient. This property may take some time to access. この符号化は、文字にアクセスするのに最も高速でないかもしれません、しかし空間的に効率的です。このプロパティは、アクセスするのにかなり時間がかかるかもしれません。

See Also 参照

Working with Encodings エンコーディングを扱う

Related Documentation 関連文書