rust/src/libcoretest/num/flt2dec
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
..
strategy Reorganize core::num internals 2015-09-20 18:39:08 +02:00
estimator.rs
mod.rs Use .copy_from_slice() where applicable 2016-02-26 14:51:38 +01:00