We can only do that for by-value arrays, because compilers get confused with const when there's too many dereferences going on.
7.5 KiB
7.5 KiB
We can only do that for by-value arrays, because compilers get confused with const when there's too many dereferences going on.