type IdSet … func MakeIdSet(slice []*Resource) *IdSet { … } func (s IdSet) Contains(id resid.ResId) bool { … } func (s IdSet) Size() int { … }
type IdSet … func MakeIdSet(slice []*Resource) *IdSet { … } func (s IdSet) Contains(id resid.ResId) bool { … } func (s IdSet) Size() int { … }