lastIndex(where:)

Inherited from BidirectionalCollection.lastIndex(where:).

Declaration

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