Avatar
この提案だと
11:52 AM
struct Head<H, R...> { } func car<T...>(_ t: T...) -> Head<T...>.H { t[0] }
11:53 AM
これできるのかな T... が 0個のときおかしいから駄目かな