Represents all currently active iterators associated with the processing of this template. That is:
iterators[0]
The current iterator (same as iterator property)
iterators[1]
The parent iterator (from which the current one has been started)
iterators[2]
The parent of the parent
...
so on