Helps the compiler to use optimisations related to the shape form
auto b = iota(5, 5); assumeHypercube(b); assert(b == iota(5, 5));
See Implementation
Helps the compiler to use optimisations related to the shape form