...
The use of the inline function binds the identifier count
to the global variable when the function body is compiled. The name cannot be re-bound to a different variable (with the same name) when the function is called.
...
...
The use of the inline function binds the identifier count
to the global variable when the function body is compiled. The name cannot be re-bound to a different variable (with the same name) when the function is called.
...