Slide 67
Slide 67 text
ORGANIZAÇÃO DO PACOTE STRSET
Nota: todos os métodos que modificam um Set depois de criado
estão no arquivo updaters.go.
67
core.go
Make, Len, Contains, String, Equal, Copy,
ToSlice, Channel
operators.go
Intersection, Union,
Difference, SymmetricDifference
relations.go SubsetOf, SupersetOf
updaters.go
Add, AddAll, Remove, RemoveAll, Pop, Clear,
IntersectionUpdate, UnionUpdate,
DifferenceUpdate, SymmetricDifferenceUpdate
https://github.com/standupdev/strset