summary refs log tree commit diff stats
path: root/tests/stdlib/tenumutils.nim
Commit message (Collapse)AuthorAgeFilesLines
* add typetraits.OrdinalEnum, enumutils.symbolName (#17281)Timothee Cour2021-03-101-0/+21
|
* add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080)Timothee Cour2021-02-231-0/+16
* add enumutils.items for enum with holes * changelog * ref in lib.rst * use `type SomeSparseEnum* = (not Ordinal) and enum` instead of concept * address comment: rename back to enum with holes
n53' href='#n53'>53 54 55 56 57 58 59 60 61 62 63