kotlin.collections.foldRightIndexed

foldRightIndexed

inline fun <T, R> List<T>.foldRightIndexed(
    initial: R, 
    operation: (index: Int, T, acc: R) -> R
): R

Accumulates value starting with initial value and applying 登录查看完整内容