rust/src/libcollections
Daniel Micay f744479562 add #[experimental] as_string/as_vec functions
This provides a way to pass `&[T]` to functions taking `&U` where `U` is
a `Vec<T>`. This is useful in many cases not covered by the Equiv trait
or methods like `find_with` on TreeMap.
2014-10-08 04:18:54 -04:00
..
2014-10-06 23:19:15 -04:00
2014-10-07 15:49:53 +13:00
2014-09-25 17:46:03 -07:00
2014-10-07 15:49:53 +13:00
2014-10-07 15:49:53 +13:00
2014-09-16 14:37:48 -07:00
2014-10-07 15:49:53 +13:00