Documentation Language: Swift

Method

last(where:)

Inherited from BidirectionalCollection.last(where:).

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