Skip to main content
Apple Developer Docs
Fonts
Symbols
×
Swift
/
AnyBidirectionalCollection
/
filter(_:)
filter(_:)
Declaration
func
filter
(
_
isIncluded
: (
Element
)
throws
->
Bool
)
rethrows
-> [
Element
]