The commit removes the requirement for a constexpr rank. Instead
containers need a minimum and maximum constexpr rank.
The difficulties are:
Empty arrays can't figure out their runtime rank. This is an issue
when deducing the dimension when writing to disk. The "solution" is
to deduce with lowest rank possible.
The commit removes the requirement for a constexpr rank. Instead containers need a minimum and maximum constexpr rank.
The difficulties are: