rust/src/libcollections
Ulrik Sverdrup c36edc7261 vec: Use less code bloat specialized Vec::from_iter
Vec::from_iter's general case allocates the vector up front;
this is redundant for the TrustedLen case, and can then be avoided
to reduce the size of the code.
2016-11-13 01:30:42 +01:00
..
2016-10-11 01:25:50 +02:00
2016-09-29 00:02:02 +02:00