const expected = [ 0, 4, 8, 12, 1, 5, 9, 13, 2, 6, 10, 14, 3, 7, 11, 15, ]; testMat4WithAndWithoutDest((newDst) => { return mat4.transpose(m, newDst); }, expected);