summary refs log tree commit diff stats
path: root/lib/std/enumutils.nim
Commit message (Collapse)AuthorAgeFilesLines
* add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080)Timothee Cour2021-02-231-2/+17
| | | | | | | * 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
* EnumUtils, speed up findStr in compiler (#15777)cooldome2020-11-031-0/+64
* add parseEnumRange * fix runnable example * update changelog * use parseEnumRange in compiler * reorganise code * add changelog, make single normalizer argument