Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Makefile and move files to structured folders | EuAndreh | 2024-12-14 | 1 | -243/+0 |
| | |||||
* | expose sorted sets builder | Chris Martin | 2023-03-01 | 1 | -4/+14 |
| | |||||
* | Widen key constraint to 'any' for maps and sets | Oskar Haarklou Veileborg | 2023-01-18 | 1 | -10/+10 |
| | |||||
* | sets & maps: remove varargs APIs & SetMany variants | Oskar Haarklou Veileborg | 2023-01-12 | 1 | -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 Veileborg | 2023-01-09 | 1 | -22/+10 |
| | |||||
* | set/sorted-set: Items() to return slice of items | Am Laher | 2022-12-28 | 1 | -0/+22 |
| | |||||
* | Fix SortedSet.Set. NewMapOf. docs | Am Laher | 2022-12-28 | 1 | -0/+45 |
| | |||||
* | sets: varargs | Am Laher | 2022-12-28 | 1 | -16/+40 |
| | |||||
* | Set + SortedSet with test | Am Laher | 2022-12-24 | 1 | -0/+170 |