Documentation Language: Swift

Method

contains(where:)

Inherited from Sequence.contains(where:).

func contains(where predicate: (Self.Element) throws -> Bool) rethrows -> Bool