Files
rust/src/libcollections
Scott McMurray 7ec27ae63d Add ToOwned::clone_into (unstable as toowned_clone_into)
to_owned generalizes clone; this generalizes clone_from.  Use to_owned to
give it a default impl.  Customize the impl for [T], str, and T:Clone.

Use it in Cow::clone_from to reuse resources when cloning Owned into Owned.
2017-04-12 17:21:15 -07:00
..
2017-03-21 20:46:20 +01:00
2017-04-03 20:49:39 +02:00
2017-04-04 15:39:44 -04:00
2017-03-22 18:42:42 +01:00
2017-04-01 02:47:41 +02:00