@Perksey I've been playing with a pointer type idea: https://codeshare.io/j09BO3 This would allow fo

@Perksey I've been playing with a pointer type idea: https://codeshare.io/j09BO3
This would allow for
PointerToConst<Pointer<byte>> byteArray; // byte*const*

While we would lose out on implicit overloads for mutidimensional, those could be added in as functions using extensions with where clauses, or specific types, to allow for more depth specific functions.
Was this page helpful?