On Thu, Apr 3, 2014 at 11:09 AM, Daniel Micay <danielmi...@gmail.com> wrote:
>
> Go doesn't have an equivalent to what `~[T]` will be.
>
>
Which was my point. From what I understand, Go's slices are analogous to
Rust's Vec<T> in that they are growable. So I was suggesting perusing
existing Go code bases to see how often slices returned from standard
library routines are appended to; which seems to be one motivator for ~[T].


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

Reply via email to