ŹR
Size: a a a
ŹR
PG
ŹR
LL
%Structure{key1: value1, key2: value2}
defmacrop structure(value1, value2) do
quote(do: %Structure{key1: unquote(value1), key2: unquote(value2)})
end
def func(structure(a, b))
IK
PG
%Structure{key1: value1, key2: value2}
defmacrop structure(value1, value2) do
quote(do: %Structure{key1: unquote(value1), key2: unquote(value2)})
end
def func(structure(a, b))
LL
IK
IK
LL
LL
LL
PG
ŹR
ŹR
ŹR
ŹR
IK
IK
LL