On 22/01/2013 9:25 AM, Sami Nopanen wrote:

> And in both cases, the sizes would not be known until runtime, so they
> could not be represented as [type * cnt]. In both cases, growing the
> vector is of no importance.

Oh, I think perhaps Niko overestimated what you were asking for. One
can't create a _resizable_ @[], due to the managed ownership, but one
with a fixed size that happens to only be learned at runtime should be
quite possible, mutable or otherwise. I think this is just a missing
function in our standard library for creating the mutable variant.

-Graydon


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

Reply via email to