Quoting Patrick Smith (2018-10-16 18:04:05) > One way to avoid this is to supply the adaptor when the Set is created, > store it in the Set, and thereafter used the stored adaptor instead of > requiring an adaptor parameter.
This works for insert/member, but what about union, which takes two sets? You could still run into problems if the sets were initialized with different adaptors. -- 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.
