Modern iteration in ArgumentList

If for some reason one were to iterate argument lists, can’t for (auto a : argumentsList) currently, have to do C-style iteration. Would be nice to have modern C++ iteration there.

Ok I see I can for (auto a : argumentsList.arguments) at least.

2 Likes