This may already be contained in ArrayInterface somewhere, but I haven't yet found it. It would be great if we could have a trait that indicates the storage order of an array here. Something like ColMajor, RowMajor, and a fallback RuntimeOrder and/or UnknownOrder.