6 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| defprotocol RIGHT do
 | |
|   @doc """
 | |
|   Calculates the size (and not the length!) of a data structure
 | |
|   """
 | |
|   def size(data, ChangeMe)
 | |
| end
 |