Sorry, the Go 2 playground isn't fully up to date.
> 2. Variadic `any` types + allowing a called function() to be used as an argument + return arguments types and numbers based on input arguments
>
> I want to implement a `must` function which I proposed here:
https://github.com/golang/go/issues/32219
>
> Based on the current generics proposal, I don't seem to be able to do so.
> Am I missing something or is must outside its ambit?
The current design draft does not support variadic type parameters.
Maybe someday.
Ian