[][src]Type Definition grid_2d::GridIntoEnumerate

type GridIntoEnumerate<T, C = XThenYIter> = Zip<C, GridIntoIter<T>>;