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