sumOfIndexed

inline fun <E, A> MDList<E>.sumOfIndexed(selector: (index: KoneUIntArray, E) -> A): A(source)
inline fun <E, A> MDList1<E>.sumOfIndexed(selector: (index: UInt, E) -> A): A(source)
inline fun <E, A> MDList2<E>.sumOfIndexed(selector: (rowIndex: UInt, columnIndex: UInt, E) -> A): A(source)