summary refs log tree commit diff stats
path: root/tests/concepts/tspec.nim
Commit message (Collapse)AuthorAgeFilesLines
* new-style concepts implementation, WIP (#15251)Andreas Rumpf2021-02-241-0/+106
* fixes #15210 [backport:1.2] * make tests green * make ordinal work * makes Swapable test compile * make Indexable example work * concepts: 'self' is now 'Self' * concepts: make Dictionary example compile * document the new concept implementation * concepts: make typeDesc work properly * concepts: allow documentation comments (d'oh)