mat2

predefined matrix types, the first number represents the number of cols and the second the number of columns, if there's just one it's a nxn matrix. All of these matrices are floating - point matrices.

nothrow @nogc
alias mat2 = Matrix!(float, 2, 2)

Meta