On Tue, May 23, 2017 at 10:29:58AM -0400, David Malcolm wrote: > > Do we really want methods starting with capital letters? > > I understand why you can't use union, but I don't think we use > > CamelCase > > anywhere. > > FWIW in the JIT, I have a class switch_ (i.e. with a trailing > underscore). Maybe we should use trailing underscores for names that > clash with reserved words?
union_ and not_ is just fine with me. Jakub