Re: [go-nuts] Re: Why there is no container/set

2016-12-31 Thread Konstantin Khomoutov
On Fri, 30 Dec 2016 11:26:16 -0800 (PST) buchanae.o...@gmail.com wrote: > On Saturday, December 3, 2011 at 1:32:02 AM UTC-8, James Chow wrote: > > > > I used "set" in java and c++, why there is no such container in > > golang pkg-tree? > > > Back to the original question, container/set seems like

[go-nuts] Re: Why there is no container/set

2016-12-30 Thread buchanae . ohsu
Back to the original question, container/set seems like a great addition. It could have a nicer interface than map[T]U and a single best implementation. Can we talk about whether the owners of that package agree? On Saturday, December 3, 2011 at 1:32:02 AM UTC-8, James Chow wrote: > > I used "se