alter-fixed-array-syntax #3
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	
	No description provided.
		
		Delete Branch "alter-fixed-array-syntax"
	
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixed array syntax is changed from
:{Type N}to:Type:N. This was done because curly braces are for pointers and fixed length arrays are not pointers really. Also,:{Type:mut N}:mutwas possible syntactically but makes no sense conceptually.