go/types.Interface.Empty (method)
4 uses
go/types (current package)
api_predicates.go#L54: if T.Empty() {
expr.go#L435: if !u.Empty() {
instantiate.go#L266: if Ti.Empty() {
interface.go#L120: func (t *Interface) Empty() bool { return t.typeSet().IsAll() }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)