Documentation Language: Swift

Method

first(where:)

Inherited from Sequence.first(where:).

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