Per a conversation with Brendan, it occurred to us that the main problem may be the ugliness of the access syntax; x._0 doesn't read too nicely. We could do x[0] perhaps (with typeck ensuring that what's inside brackets is a constant), or x#0 per Standard ML, or even special case ".fst" and ".snd" for the first couple of elements...

Patrick
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to