Alias Mat.Row

The matrix rows type.

struct Mat
{
  // ...
  alias Row = Vec!(T,columnLength);
  // ...
}