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