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