Open eyalroz opened 2 months ago
It might be convenient for some users to treat grid::dimensions_t and grid::overall_dimensions_t as arrays of dimensions for the different axes. So, let's allow this via a (const and non-const) operator[].
grid::dimensions_t
grid::overall_dimensions_t
operator[]
It might be convenient for some users to treat
grid::dimensions_t
andgrid::overall_dimensions_t
as arrays of dimensions for the different axes. So, let's allow this via a (const and non-const)operator[]
.