Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spec for view types (#15424) | Andreas Rumpf | 2020-09-29 | 1 | -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 Rumpf | 2020-09-27 | 1 | -0/+27 |
* moved view tests to tests/views * refactoring * more refactorings * better support for system.toOpenArray for first class view types |