On 07/15/2012 06:55 PM, [email protected] wrote:
Ohhh, I see. Still, it's pretty counterintuitive if vectors are being presented as _though_ they are first class (which I do like, due to reducing the number of entities that have to be explained.) Not sure what a good alternative would be, but this did nail me once before I figured it out.
Well, I'd just say that vectors ([T]) aren't first-class, just as they aren't in C++. Fixed-length vectors and pointers to vectors are.
Patrick _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
