Loop through items in normal (isRTL = true) or reversed (isRTL = false) order and call the callback for each item.
Instance of object that will be this in the callback.
Array of items to loop through.
Whether it is left-to-right or right-to-left.
Callback function that is called for each array item.
Generated using TypeDoc
Loop through items in normal (isRTL = true) or reversed (isRTL = false) order and call the callback for each item.