go

Golang类型嵌入实现

英文: Golang type embedding implement 问题 我有一个类型T,它嵌入了类型B,并且*B实现了接口I。*T可以赋值给类型I的变量,但对于类型T来说不行,这是否意味着(*T...