repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge https://github.com/j6t/git-gui
[git.git]
/
t
/
t4018
/
elixir-protocol
blob
7d9173691e32b8f193e2ebd8ebb1a6d8acbeb408
1
defprotocol RIGHT do
2
@doc """
3
Calculates the size (and not the length!) of a data structure
4
"""
5
def size(data, ChangeMe)
6
end