Michael Woods Wrote: > Thanks for your replies, bearophile and Jesse Phillips. :) > > Jesse, that makes a lot more sense, now. Thanks a lot for clearing > that up for me. > > Mike W
I kept making the mistake of trying to use containers as a range too (end up creating a reset function to bring it back to the beginning). Also note that the usage for getting a range will look like: foreach(item; myData[]) ... And if you want to track it http://d.puremagic.com/issues/show_bug.cgi?id=5154