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

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

4D Grid Iterator