Method
reduce(into:_:)
Inherited from Sequence.reduce(into:_:).
func reduce<Result>(into initialResult: Result, _ updateAccumulatingResult: (inout Result, Self.Element) throws -> ()) rethrows -> Result
Method
Inherited from Sequence.reduce(into:_:).
func reduce<Result>(into initialResult: Result, _ updateAccumulatingResult: (inout Result, Self.Element) throws -> ()) rethrows -> Result