Mixin Name Spaces

Let’s take a look at the mixin name spaces in this lesson.

We'll cover the following...

Resolving name ambiguities

It is possible to avoid and resolve name ambiguities in template mixins.

For example, in the following there are two i variables defined inside main(): one is defined explicitly in main ...