func reduce<Result>(Result, (Result, UInt8) -> Result) -> Result
Returns the result of combining the elements of the sequence using the given closure.
シーケンスの要素をこの与えられたクロージャを使って結合する結果を返します。
map
and filter
, are implemented lazily.
このシーケンスと同じ要素を含んでいるシーケンス、しかしそれの上で何らかの演算、例えばmap
やfilter
が遅延に実装されます。
Availability 有効性
Technology
var lazy: LazySequence
<Data
> { get }
func reduce<Result>(Result, (Result, UInt8) -> Result) -> Result