Hey guys, while working on a new afterimage library I needed to whip up an iterator for literal keyed multidimensional arrays. Figured I'd post a quick and dirty example here of how to do it. This example is of a 2D array, but if you're crazy enough you can use the logic to add dimensions to...