first(where:)

Inherited from Sequence.first(where:).

Declaration

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