reduce Right Indexed
使用指定的 operation 从右到左对数组的元素及其索引进行累积操作。
参考 kotlin.collections.reduceRightIndexed
Return
累积操作的结果。
Parameters
operation
用于累积值的函数。
使用指定的 operation 从右到左对数组的元素及其索引进行累积操作。
参考 kotlin.collections.reduceRightIndexed
累积操作的结果。
用于累积值的函数。