aboutsummaryrefslogtreecommitdiff
path: root/sets_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Makefile and move files to structured foldersEuAndreh2024-12-141-126/+0
|
* expose sorted sets builderChris Martin2023-03-011-0/+23
|
* sets & maps: remove varargs APIs & SetMany variantsOskar Haarklou Veileborg2023-01-121-5/+5
| | | | | 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-0/+1
|
* sets: varargsAm Laher2022-12-281-2/+2
|
* Set + SortedSet with testAm Laher2022-12-241-0/+102