last(where:)
Inherited from BidirectionalCollection.last(where:).
Declaration
func last(where predicate: (Self.Element) throws -> Bool) rethrows -> Self.Element?Inherited from BidirectionalCollection.last(where:).
func last(where predicate: (Self.Element) throws -> Bool) rethrows -> Self.Element?