aboutsummaryrefslogtreecommitdiff
path: root/sets.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Makefile and move files to structured foldersEuAndreh2024-12-141-243/+0
|
* expose sorted sets builderChris Martin2023-03-011-4/+14
|
* Widen key constraint to 'any' for maps and setsOskar Haarklou Veileborg2023-01-181-10/+10
|
* sets & maps: remove varargs APIs & SetMany variantsOskar Haarklou Veileborg2023-01-121-32/+16
| | | | | The implementation behind the API is not more efficient than manually looping over a data structure and inserting elements one-by-one.
* 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