Returns a single list of all elements from all arrays in the given array.
여러 배열들로 이루어진 배열의 원소들을 한배열에 합쳐준다고 생각하면 된다.
groupingBy, eachCount
Creates a Grouping source from an array to be used later with one of group-and-fold operations using the specified keySelector function to extract a key from each element.