Discussion 解説
This case is the default when initializing a Mirror
instance.
この場合が、Mirror
インスタンスを初期化する時の省略時の方法です。
When you use this option, a subclass’s mirror generates default mirrors even for ancestor classes that conform to the Custom
protocol. To avoid dropping the customization provided by ancestor classes, an override of custom
should pass .customized({ super
as ancestor
when initializing its mirror.
あなたがこのオプションを使う場合、下位クラスの持つミラーは省略時のミラーをCustom
プロトコルに準拠する先祖クラスにさえも生成します。先祖クラスのカスタマイズを失くすのを防ぐために、custom
のオーバーライドは.customized({ super
をancestor
としてそれのミラーを初期化する時に渡さなければなりません。