projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'hw/tutorial-favor-switch-over-checkout'
[git]
/
t
/
t4018
/
elixir-protocol
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