findLastIndex

open fun <E> findLastIndex(@NonNull list: List<E>, @NonNull filter: (E) -> Boolean): Int

Find the index of the last element which passes the filter

Return

Index if found, otherwise -1