aboutsummaryrefslogtreecommitdiffstats
path: root/set.scm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* miniscm: add better support for immutable strings, and refactor to use real ↵Gravatar Peter McGoron 2024-09-081-44/+73
| | | | strings
* change around insert, delete, and update to hide representationGravatar Peter McGoron 2024-09-051-42/+37
|
* fix set and trie, add compat COND-EXPAND for chezGravatar Peter McGoron 2024-09-051-17/+152
|
* trie: add with testGravatar Peter McGoron 2024-09-041-3/+3
|
* set:refactor mapsGravatar Peter McGoron 2024-09-041-30/+29
|
* set: add updateGravatar Peter McGoron 2024-09-041-79/+150
|
* set: add insert multiple testGravatar Peter McGoron 2024-08-311-36/+110
|
* add setsGravatar Peter McGoron 2024-08-291-0/+357