Alias Mat.Column

The matrix columns type.

struct Mat
{
  // ...
  alias Column = Vec!(T,rowLength);
  // ...
}