Type Alias

Mirror.Child

An element of the reflected instance’s structure. リフレクションされる(自己言及、自己参照の対象の)インスタンスの持つ構造体の中のある要素。

Declaration 宣言

typealias Child = (label: String?, value: Any)

Discussion 解説

When the label component in not nil, it may represent the name of a stored property or an active enum case. If you pass strings to the descendant(_:_:) method, labels are used for lookup. labelコンポーネントがnilでない場合、それは格納プロパティの名前またはアクティブなenumケース節の名前を表すかもしれません。あなたが幾つか文字列をdescendant(_:_:)メソッドに渡すならば、それらラベルは検索に使われます。