static func reduce(value: inout PreferredColorSchemeKey .Value, nextValue : () -> PreferredColorSchemeKey .Value)
Combines a sequence of values by modifying the previously-accumulated value with the result of a closure that provides the next value.
以前に集積された値を次の値を提供するあるクロージャの結果で修正することによって、値いくつかからなるあるシーケンスを結合します。
typealias Value
The type of value produced by this preference.
この環境設定によって生み出された値の型。