local l = _iterables:listOf(1, 2, 3) local s = _iterables:toSequence(l) _objectWrappers:wrap(s):forEach(function(it) _console:log(it) end)