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