|
|
1
2
section 6.2 of the spec, "Function overloads"
这是有意义的,因为实现的签名需要匹配所有可能的签名,如果它包含在最终签名中,这可能会导致比我们实际想要的更一般的签名。例如:
|