1defprotocol RIGHT do 2 @doc """ 3 Calculates the size (and not the length!) of a data structure 4 """ 5 def size(data, ChangeMe) 6end