On Saturday, 10 March 2018 at 08:49:19 UTC, Nordlöw wrote: > How do I most conveniently merge these into one single > `allSame` that can operate on mixtures of values and types? I found the privately defined `isSame` in std.meta that does this.