A helper function that invokes destroy() on each resource in the given array.
destroy()
This function destroys the resources in reverse order (starting from the last element). This is done to reverse the order of construction.
The array will be cleared by this function.
A helper function that invokes
destroy()on each resource in the given array.This function destroys the resources in reverse order (starting from the last element). This is done to reverse the order of construction.
The array will be cleared by this function.