graphmine-util / io.github.sof3.graphmine.util / kotlin.IntArray / mapArray
inline fun <reified R> IntArray.mapArray(transform: (Int) -> R): Array<R>
Returns an array containing the results of applying the given transform function to each element in the original array