summary refs log tree commit diff stats
path: root/tests/views/tviews1.nim
Commit message (Collapse)AuthorAgeFilesLines
* spec for view types (#15424)Andreas Rumpf2020-09-291-1/+2
| | | | | | | | | | | * spec for view types * spec additions * refactoring; there are two different kinds of views * refactorings and spec additions * enforce that view types are initialized * enforce borrowing from the first formal parameter * enforce lifetimes for borrowing of locals * typo in the manual * clarify in the implementation what a borrow operation really is
* better support for slices as views (#15414)Andreas Rumpf2020-09-271-0/+27
* moved view tests to tests/views * refactoring * more refactorings * better support for system.toOpenArray for first class view types