On Mon, Nov 18, 2013 at 5:34 PM, Patrick Walton <pcwal...@mozilla.com>wrote:

> No, allocation would be with `new`.
>


Would that have to proceed each allocation? For instance, would

let v = ~[~"one", ~"two", ~"three"];

turn into

let v = new Vector(new "one", new "two", new "three");

?

--
Ziad
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to