Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4018
/
elixir-protocol
Code
Commits
Pulls
CI/CD
81,841
master
bisect
jch
maint
master
next
seen
test
todo
text
6 lines
133 Bytes
Copy permalink
Copy
Raw
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