I always thought that it is possible to write next code: let box_box = ~[1 .. 5];
And obtain the vector with [1, 2, 3, 4, 5], but it doesn't works. What is the simplest way to do it?
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
