flatMap(_:)

Inherited from Sequence.flatMap(_:).

Declaration

func flatMap<SegmentOfResult>(_ transform: (Self.Element) throws -> SegmentOfResult) rethrows -> [SegmentOfResult.Element] where SegmentOfResult : Sequence