Function mat
Build a matrix whose component type and size is inferred from arguments. Arguments must be rows or matrices with consistent column count.
						
				auto mat(Rows...)
				(
				
				  in Rows rows
				
				);
						
					
				Example
import gfx