Re: RoyaleArrayLike - quick summary

2019-10-04 Thread Carlos Rovira
Hi Greg, I know about this change, but missed this email. Thanks for working on this improvement. I think this was very needed, and we know about it since we suffer lots of for each loops for collections that we need to migrate to some more basic loop, what made the task very cumbersome. This

RoyaleArrayLike - quick summary

2019-10-02 Thread Greg Dove
Just a quick overview of something I added that I was meaning to do for a long time. It makes a huge difference when porting from things like ArrayCollection to Royale ArrayList. It saved me hours of menial stuff on something I had to do recently, and that was also a time-consuming task that both