local arr = _arrays:intArrayOf(1, 2, 3) _console:log(arr) _objectWrappers:wrap(arr):forEach(function(it) _console:log(it) end)