func Get[U any]()U {
var empty U
return U
}
golang 范型如何返回nil
最新推荐文章于 2024-04-23 23:27:26 发布
func Get[U any]()U {
var empty U
return U
}
>