Ulrik Sverdrup
2d6496dd84
Use .copy_from_slice() where applicable
...
.copy_from_slice() does the same job of .clone_from_slice(), but the
former is explicitly for Copy elements and calls `memcpy` directly, and
thus is it efficient without optimization too.
2016-02-26 14:51:38 +01:00
..
2016-02-25 14:41:52 -05:00
2016-02-25 15:06:06 +05:30
2016-02-26 09:16:03 +00:00
2016-02-26 09:16:03 +00:00
2016-02-26 14:51:38 +01:00
2016-02-26 14:51:38 +01:00
2016-02-26 14:51:38 +01:00
2016-02-26 14:51:38 +01:00
2016-02-26 14:51:38 +01:00
2016-02-24 11:01:29 -08:00
2016-02-26 04:38:28 +00:00
2016-02-25 20:37:38 +00:00
2016-02-24 08:39:53 +01:00
2016-02-25 15:06:07 +05:30
2016-02-26 14:51:38 +01:00
2016-02-25 11:41:01 +05:30
2016-02-24 18:40:38 -05:00
2016-02-26 04:38:28 +00:00