Documentation Language: Swift

Method

filter(_:)

Inherited from Sequence.filter(_:).

func filter(_ isIncluded: (Self.Element) throws -> Bool) rethrows -> [Self.Element]