Instance Property
インスタンスプロパティ
customMirror
The custom mirror for this instance.
このインスタンスのためのあつらえのミラー。
Technology
Swift Standard Library
Swift標準ライブラリ
Declaration
宣言
var customMirror : Mirror
{ get }
Discussion
解説
If this type has value semantics, the mirror should be unaffected by subsequent mutations of the instance.
この型が値意味論を持つならば、ミラーはインスタンスのその後の変化によって影響を受けないべきです。
Note
注意
This documentation comment was inherited from CustomReflectable
.
この文書化コメントは、CustomReflectable
から引き継がれました。
See Also
参照
Inspecting an Optional
オプショナルを調査する
func hash ( into : inout Hasher)
Hashes the essential components of this value by feeding them into the given hasher.
この値の本質的な構成要素を、それらをその与えられたhasherへと与えることによって、ハッシュ化します。
Available when Wrapped
conforms to Hashable
.
Wrapped
がHashable
に準拠する時に利用可能です。
var unsafelyUnwrapped : Wrapped
The wrapped value of this instance, unwrapped without checking whether the instance is nil
.
インスタンスのラップされた値、そのインスタンスがnil
かどうか確認せずにアンラップされます。