Protocol

LosslessStringConvertible

A type that can be represented as a string in a lossless, unambiguous way. あるロスレスの、曖昧さのない方法で、文字列として表現できる型。

Declaration 宣言

protocol LosslessStringConvertible

Overview 概要

For example, the integer value 1050 can be represented in its entirety as the string “1050”. 例えば、整数値1050はそっくりそのまま文字列「1050」として表されることができます。

The description property of a conforming type must be a value-preserving representation of the original value. As such, it should be possible to re-create an instance from its string representation. 準拠する型の説明プロパティは、元の値の値保全表現でなければなりません。それなので、それはそれの文字列表現からインスタンスの再度作成が可能であるべきです。

Topics 話題

Initializers イニシャライザ

Relationships 関係

Inherits From 継承元

Inherited By 継承される先

Conforming Types これらの型が準拠

See Also 参照

String Representation 文字列表現