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