Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correct the comments (nim-lang#19322)
--expandArc ``` var a b a = matrix(5, 5, 1.0) b = matrix(5, 5, 2.0) `=sink`(b, - let blitTmp = b wasMoved(b) blitTmp + a) `=destroy`(b) `=destroy`(a) ```
- Loading branch information