rust/src/libcollections
Cameron Sun 39289d00fd Update docstring for truncate
This documentation confused me when trying to use truncate on a project. Originally, it was unclear whether truncate removed the last `len` elements, or whether it cut down the vector to be exactly `len` elements long. The example was also ambiguous.
2015-10-28 21:38:46 -04:00
..
2015-10-25 09:36:32 -07:00
2015-10-25 09:36:32 -07:00
2015-10-28 21:38:46 -04:00