Exemplo n.º 1
0
func isSubset(a, b strset.Set) bool {
	return len(a.Intersect(b)) == len(a)
}