summary refs log tree commit diff stats
path: root/tests/stdlib/tsetutils.nim
Commit message (Collapse)AuthorAgeFilesLines
* add setutils.[]= (#17272)Timothee Cour2021-03-081-0/+11
| | | | | * add setutils.[]= * address comments * proc => func (for other symbols too)
* enable bsd for tsetutils; improve setutils API (#17098)Timothee Cour2021-02-201-2/+4
|
* Add setutils.complement, setutils.fullSet (#17066)Jason Beetham2021-02-181-7/+27
|
* Adds toSet to create sets from iterables (#16276)Jason Beetham2020-12-141-0/+14