scan(_:)

Reductions.swift:615

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

func scan(_ transform: (Element, Element) throws -> Element) rethrows -> [Element]