summary refs log tree commit diff stats
path: root/tests/concepts/matrixalgo.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-2/+2
|
* use lower-case proc namesZahary Karadjov2017-03-241-1/+1
|
* Working test cases for the sophisticated matrix library example from the manualZahary Karadjov2017-03-241-0/+28
Fixed the dot operator when used within return types (see tgenericdotrettype) Fixed the matching of generic concepts aliases used with the implicit generics style