|
|
|
|
|
by 0xcafecafe
189 days ago
|
|
Another place where auto can be useful is to handle cases where the function signature changes without making changes at the calling site. An explicitly typed var would need changing or worse, can work with some potential hidden bugs due to implicit type conversion. |
|