Once in the tutorial, I see this syntax:

let x = box(GC) [1i, 2, 3, 4, 5, 6, 7, 8, 9, 10];

It seems to me, that should be: box<Gc>, as it feels like box is referring
to a container type (which the default type is Box<_>, but may be Rc<_> or
Gc<_>).

What is the principle behind the current notation? What is "GC" is this
context other than a special string that is a one-off syntax?
-- 
Oscar Boykin :: @posco :: http://twitter.com/posco
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to