mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
a750fc0ba6
As well as `#column_major matrix[R, C]T` as an alias for just `matrix[R, C]T`. This is because some libraries require a row_major internal layout but still want to be used with row or major oriented vectors.