Sign in
googlers
/
jrn
/
git
/
6c6ddf92d511c423b8b54fb1b01d563b6f4c58f7
/
.
/
t
/
t4018
/
elixir-protocol
blob: 7d9173691e32b8f193e2ebd8ebb1a6d8acbeb408 [
file
] [
log
] [
blame
]
defprotocol RIGHT
do
@doc
"""
Calculates the size (and not the length!) of a data structure
"""
def
size
(
data
,
ChangeMe
)
end