Covers all cases; tested up to rank 4 but not super thoroughly. Not a lot of memory management here so any bugs would probably be logical instead of me just using things wrong. I did use m_shArr to allocate a buffer of usz values, and maybe there's a more preferred way to do that.
Covers all cases; tested up to rank 4 but not super thoroughly. Not a lot of memory management here so any bugs would probably be logical instead of me just using things wrong. I did use
m_shArr
to allocate a buffer ofusz
values, and maybe there's a more preferred way to do that.