about summary refs log tree commit diff
path: root/third_party/git/t/t4018/elixir-protocol
defprotocol RIGHT do
  @doc """
  Calculates the size (and not the length!) of a data structure
  """
  def size(data, ChangeMe)
end