5 lines
		
	
	
	
		
			104 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			104 B
		
	
	
	
		
			Text
		
	
	
	
	
	
pub(self) fn RIGHT<T>(x: &[T]) where T: Debug {
 | 
						|
    let _ = x;
 | 
						|
    // a comment
 | 
						|
    let a = ChangeMe;
 | 
						|
}
 |