|
|
|
|
|
by xh-dude
990 days ago
|
|
The logic for inferring types plays out better for the first. Go limits the depth of searching for type inferences, to keep compilation fast/small/simple. It’s always possible to be more explicit but nice to infer when calling generic code. |
|