scan(_:)

Reductions.swift:605

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

func scan(_ transform: @escaping (Element, Element) -> Element) -> InclusiveReductionsSequence<Elements>