On 2/1/13 11:24 AM, Graydon Hoare wrote:
So List would be a singly-linked list? I thought List might be a reasonable synonym for Deque.- I think the double-ended circular vec struct (implemented unsafely) should probably be called Buf. It's the replacement for DVec. Alternatively call it Queue and come up with another name for the "can access at either end" trait. "Deque" is enough of a C++-ism that I'm ok leaving it behind.- I think of List and DoubleList as concrete types, not traits.
I like Buf. chris _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
