questions/00296-medium-permutation/README.ja.md
Union 型を Union 型の値の順列を含む配列に変換する順列型を実装します。
type perm = Permutation<'A' | 'B' | 'C'>; // ['A', 'B', 'C'] | ['A', 'C', 'B'] | ['B', 'A', 'C'] | ['B', 'C', 'A'] | ['C', 'A', 'B'] | ['C', 'B', 'A']
<a href="../../README.ja.md" target="_blank"></a> <a href="https://tsch.js.org/296/answer/ja" target="_blank"></a> <a href="https://tsch.js.org/296/solutions" target="_blank"></a> <!--info-footer-end-->