flatMap(_:)

Declaration

func flatMap(_ transform: (Self.Element) throws -> String?) rethrows -> [String]