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