
	chunk(input: Array, size: Integer): Array
	
		Breaks an array into pieces.
		
			input array to be broken
			test maximum size of each piece
		
	
