Wrapper representing a loop of tags.
Adds an item to the loop.
Duplicates the original loop.
Boolean determining whether the loop is empty or not.
Gets the current item of the loop.
Pops the next item of the loop.
Gets the amount of items in the loop.
See Implementation
Wrapper representing a loop of tags.