toHash => pure, nothrow, const, @safe

Martin Nowak dawg at dawgfoto.de
Wed Mar 14 04:58:10 PDT 2012


> In general, for modules a and b, all of these should work:
>
> dmd a b
>
> dmd b a
>
> dmd -c a
> dmd -c b

For '-c' CTFE will already run semantic3 on the other module's functions.
But it would be very inefficient to do that for attributes.


More information about the Digitalmars-d mailing list