let arr = $arrays.floatArrayOf(1, 2, 3) $console.log(arr) $objectWrappers.wrap(arr).forEach((it) => { $console.log(it) })