Shimuuar / vecvec

0 stars 1 forks source link

Basic implementation for `basicUnsafeMove` #5

Closed dmalkr closed 11 months ago

dmalkr commented 1 year ago

Implementation for basicUnsafeMove and my own test for this -- it just goes through all the offset/stride/length options of source/target vectors. Arbitrary tests from vector package still not adopted.

Please review.