Welcome to mirror list, hosted at ThFree Co, Russian Federation.

elixir-protocol « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d9173691e32b8f193e2ebd8ebb1a6d8acbeb408 (plain)
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