Instance MethodSwift
filter(_:)
Available because
Self
conforms to_ArrayProtocol
.
func filter(_ isIncluded: (Self.Element) throws -> Bool) rethrows -> [Self.Element]
Available because Self
conforms to _ArrayProtocol
.
func filter(_ isIncluded: (Self.Element) throws -> Bool) rethrows -> [Self.Element]