Blender Git Commit Log
Git Commits -> Revision cfa167d
Revision cfa167d by Ankit Meel (soc-2020-io-performance) June 28, 2020, 08:44 (GMT) |
Use Span<T> instead of const Vector<T> & Reasons to prefer `Span`: > - It is shorter. > - It is const by default (whereas you could easily forget the const in `const Vector<T> &`). And I did forget the `const` here! https://developer.blender.org/D7987#inline-64852 |
Commit Details:
Full Hash: cfa167d57fd607a0adff5efd16c9cc0da5e5a2e4
Parent Commit: b22f8ae
Lines Changed: +18, -18