Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add typetraits.OrdinalEnum, enumutils.symbolName (#17281) | Timothee Cour | 2021-03-10 | 1 | -0/+21 |
| | |||||
* | add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080) | Timothee Cour | 2021-02-23 | 1 | -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 |