On 9/5/12 1:10 PM, Gareth Smith wrote:
How about having str be represented internally - but not in the type system - as a pointer to the actual string data. Copying a str would copy the pointed-to string data in addition to the pointer, so str would not be implicitly copyable.
Where would the contents be stored? Patrick _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
