Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Makefile and move files to structured folders | EuAndreh | 2024-12-14 | 1 | -126/+0 |
| | |||||
* | expose sorted sets builder | Chris Martin | 2023-03-01 | 1 | -0/+23 |
| | |||||
* | sets & maps: remove varargs APIs & SetMany variants | Oskar Haarklou Veileborg | 2023-01-12 | 1 | -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 Veileborg | 2023-01-09 | 1 | -0/+1 |
| | |||||
* | sets: varargs | Am Laher | 2022-12-28 | 1 | -2/+2 |
| | |||||
* | Set + SortedSet with test | Am Laher | 2022-12-24 | 1 | -0/+102 |