Variadic Function Arguments Lifetime
Get to learn about the lifetime of variadic function arguments.
We'll cover the following...
The short lifetime of variadic function arguments
The slice argument that is automatically generated for a variadic parameter points at a temporary array that has a short lifetime. This does not matter if the function uses the arguments ...