mapIndexedInPlace

inline fun <T> MutableStructureND<T>.mapIndexedInPlace(operation: (index: IntArray, t: T) -> T)(source)

Transform a structure element-by element in place.