On 3/2/2017 11:32 AM, Andrei Alexandrescu wrote:
Worth a look: https://github.com/dlang/druntime/pull/1781. This moves comparison code away from tedious runtime-introspected routines to nice templates. -- Andrei
It also moves logic from the compiler to druntime, where it becomes much more easily adapted to users' requirements.
