Skip to main content
Apple Developer Docs
Fonts
Symbols
×
Swift
/
Sequence
/
filter(_:)
filter(_:)
Declaration
func
filter
(
_
predicate
:
Predicate
<
Self
.
Element
>)
throws
-> [
Self
.
Element
]