I'm creating a structure to represent a 4x4 matrix and want it to be, at least, allocated entirelly on the stack. I also need to be able to get the array pointer in a unsafe context.
There is some way to store a array-like value like this on the stack instead of the heap?