Netjs
Netjs copied to clipboard
Simplify overload dispatch when function arity is the only difference
If two overloads differ only in their arity (number of args), then we can skip the type checks.