On Fri, Nov 08, 2013 at 07:39:59AM -0500, Daniel Micay wrote:
> By owned box I just mean a type you can pass to `fn foo<T>(x: ~T) { }`
> rather than something that's owned and has a heap allocation.
Once the DST work is done, you will be able to pass a ~[T] to a
function like `fn foo<T>(x: ~T) { }`.
Niko
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev
