aboutsummaryrefslogtreecommitdiff
path: root/sets.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* sets & maps: remove varargs APIs & SetMany variants•••The implementation behind the API is not more efficient than manually looping over a data structure and inserting elements one-by-one. Oskar Haarklou Veileborg2023-01-121-32/+16
* Ensure immutability of sets (and maps with SetMany)Oskar Haarklou Veileborg2023-01-091-22/+10
* set/sorted-set: Items() to return slice of itemsAm Laher2022-12-281-0/+22
* Fix SortedSet.Set. NewMapOf. docsAm Laher2022-12-281-0/+45
* sets: varargsAm Laher2022-12-281-16/+40
* Set + SortedSet with testAm Laher2022-12-241-0/+170