I went ahead and opened a Go 2 proposal: https://github.com/golang/go/issues/23725
Thanks, Matt On Tuesday, February 6, 2018 at 3:26:15 PM UTC-6, [email protected] wrote: > > What do you mean by a "slice pointer key" ? > > > map[*[]Something]string > > Then map consumers can do key comparisons. I originally used this for an > unordered set type. > > Matt > > On Tuesday, February 6, 2018 at 11:12:06 AM UTC-6, rog wrote: >> >> On 6 February 2018 at 14:55, <[email protected]> wrote: >> > Slice pointer keys are another option but that concept is tricky too. >> >> What do you mean by a "slice pointer key" ? >> > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
