contains(where:)

Inherited from Sequence.contains(where:).

Declaration

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