How to flatten an array by one level

I think you’re looking for join() or sum()? (join is more explicit so should probably be preferred)

2 Likes