version of std::copy
- Accepts two things zipping together to range of pair.
- Also can accept a
zipped_range_pair
.
- returns void.
- default unrolling is 4.
- will align by default.
- for copying to the same scalar type consider using
std::memmove
instead.
- will do conversions if necessary.
Required header: #include <eve/algo/transform.hpp>