typealias Value
The type of value produced by this preference.
この環境設定によって生み出された値の型。
Availability 有効性
Technology
static func reduce(value: inout PreferredColorSchemeKey
.Value
, nextValue: () -> PreferredColorSchemeKey
.Value
)
value
The value accumulated through previous calls to this method. The implementation should modify this value. このメソッドに対する以前の呼び出しを通して蓄積された値。実装は、この値を修正すべきです。
nextValue
A closure that returns the next value in the sequence. あるクロージャ、それはそのシーケンスの中の次の値を返します。
This method receives its values in view-tree order. このメソッドは、それの値それらをビューツリーの順番で受け取ります。 Conceptually, this combines the preference value from one tree with that of its next sibling.
typealias Value