mirror of
				https://github.com/nicbarker/clay.git
				synced 2025-11-04 08:36:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			80 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			80 B
		
	
	
	
		
			C
		
	
	
	
	
	
CLAY__TYPEDEF($NAME$Slice, struct
 | 
						|
{
 | 
						|
	int32_t length;
 | 
						|
	$TYPE$ *internalArray;
 | 
						|
}); |