Function determinant

Compute the determinant of a matrix.

auto determinant(M) (
  in M m
) @property
if (isMat2!M);

auto determinant(M) (
  in M m
) @property
if (isMat3!M);

auto determinant(M) (
  in M m
) @property
if (isMat4!M);