Variable mat4.IDENTITY

struct mat4
{
  // ...
  const(mat4) IDENTITY;
  // ...
}