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