On Fri, Mar 23, 2012 at 4:42 PM, Graydon Hoare <[email protected]> wrote:

> So, thoughts, likes, dislikes?
>

It's good to have the different modes as elsewhere in the language, as it
makes it easier to reason about. As an outsider, I can't really comment
much more in depth on the design. Syntax wise though, there's one concern I
see – and I'm only posting because I haven't seen it mentioned yet – which
is the following case:  [str/10]. What type is this? Of course you could
make it a fixed size vector of 10 strings, and make [(str/10)] be a slice
of fixed size string of 10 bytes, but I think the ambiguity is worth
considering before introducing it.
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to