A code library to make it quicker and easier to make multi-dimensional loops.Lite version, full functionality of Iterations 1.0 (https://u3d.as/2QRw) but without the source code.Several nested for loops might not be the end of the world but wouldn't a fluent-interface style way of doing it be a tiny bit nicer? Help you prototype and iterate through changes more quickly, avoiding the temptation to copy & paste. Fed up with having so many loops that you started at i but have gone all the way around to h?Fluent-interface so it almost writes itself.Already written Iterator.XY() but need to change it to XZ or want to make it 3D instead of 2D? No longer have the dilema of typing a practically identical line or copy & pasting one you already have, simply change it to Iterator.XYZ().Just set up the iterator then put what you want into an easy do-while loop using iterator.Value or iterator.ToVector3() rather than doing it all yourself.