|
|
|
|
|
by plq
193 days ago
|
|
Type inference is when you try to infer a type from its usage. ``auto`` does no such thing, it just copies a known type from source to target. Target has no influence over source's type. https://news.ycombinator.com/item?id=11604474 |
|