flatMap(_:)
Inherited from Sequence.flatMap(_:).
Declaration
func flatMap<ElementOfResult>(_ transform: (Self.Element) throws -> ElementOfResult?) rethrows -> [ElementOfResult]Inherited from Sequence.flatMap(_:).
func flatMap<ElementOfResult>(_ transform: (Self.Element) throws -> ElementOfResult?) rethrows -> [ElementOfResult]