swift
8d06ca7f
- Prefer std::copy_n over std::copy where appropriate.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Prefer std::copy_n over std::copy where appropriate. std::copy_n saves us from having to do the addition manually.
References
#64437 - Prefer std::copy_n over std::copy where appropriate.
Author
AZero13
Committer
AZero13
Parents
3e79583e
Loading