scan(_:_:)

Reductions.swift:565

This declaration is deprecated: Use reductions(_:_:) instead.

func scan<Result>(_ initial: Result, _ transform: @escaping (Result, Element) -> Result) -> ExclusiveReductionsSequence<Elements, Result>