Array of structures to iterate over.
Callback to do on each element in the array. Returning a truthy value will return that value in the main function call.
Iterates over the children of the provided array.
Structure to iterate over.
Callback to do on each child of the provided structure. Returning a truthy value will return that value in the main function call.
Iterates over the elements in the provided array.