76
76
# Basically each argument without a default is treated as a posiitonal
77
77
# argument. They must have types defined, since we can't infer it from
80
80
# We may wish to declare optional positional arguments. These would have
81
81
# have defaults, but declaring them as positional would prevent them from