On 4/30/14, 10:11 AM, H. S. Teoh via Digitalmars-d wrote:Yeah, what does static unittest give us beyond static assert? (Otherthan nice syntax, that is.)static assert is for expressions, static unittest is for statements.Andrie
See linked thread, it was extensively discussed there. TL; DR: delegates + https://github.com/D-Programming-Language/phobos/blob/master/std/exception.d#L1401