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