go

泛型:实现嵌套接口

英文: Generics: Implement nested interfaces 问题 我正在尝试使用泛型实现接口Interface。它有一个方法,接受另一个接口作为参数: type SubInte...