Yeah, the problem here is that rust doesn’t have d...
# development
a
Yeah, the problem here is that rust doesn’t have default arguments, so I’m trying to choose between the lesser of two evils of “Make a default instance and mutate” or “have to specify all of the defaulted arguments explicitly”…