文書   >   Swift 標準ライブラリ   >   Collections   >   Supporting Types   >   AnyCollection   >  
flatMap(_:)     廃止  
インスタンスメソッド
flatMap(_:)
利用可能な概要はありません。
宣言
func flatMap(_ transform: (Element) throws -> String?) rethrows -> [String]