Flatten by zhouyiming @chbro この課題では、受け取った配列をフラット化した型を出力する型を書く必要があります。 例えば: type flatten = Flatten<[1, 2, [3, 4], [[[5]]]> // [1, 2, 3, 4, 5]