Comment on Problems with default function arguments (2020)parentComments−sirwhinesalot2yIn the Julia language overloading only considers positional arguments (which must be given positionally) with keyword arguments entirely separate (and they must be given as keyword arguments).I quite like that approach.
Comments
In the Julia language overloading only considers positional arguments (which must be given positionally) with keyword arguments entirely separate (and they must be given as keyword arguments).
I quite like that approach.