<@U092308M7> So `objarg` just allows me to write `...
# announcements
c
@orangy So
objarg
just allows me to write
f(id, code, name)
instead of
f(Country(id, code, name))
?