Trying to see the most efficient way to flatten an array of n-nested arrays within it. I\'ve just been using flat() for one-level nested arrays but is there a
flat()