[][src]Type Definition iter_num_tools::grid::Grid3

type Grid3<I1, I2, I3> = Combine<Product<Grid2<I1, I2>, I3>>;

3D Grid Iterator