proposed @noreturn attribute
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Sun Jul 9 12:14:37 PDT 2017
On 7/9/2017 6:13 AM, Andrei Alexandrescu wrote:
> We should use typeof(assert(0)) for Bottom.
That also leaves the door open for:
alias noreturn = typeof(assert(0));
More information about the Digitalmars-d
mailing list