Documentation Language: Swift

Method

lastIndex(where:)

Inherited from BidirectionalCollection.lastIndex(where:).

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