DIP18: Non-GC threads
Peter Alexander
peter.alexander.au at gmail.com
Sat Sep 1 08:58:50 PDT 2012
C:
int mul(int x, int y);
Future D:
pure @safe nothrow nogc commutative associative distributive
@forceinline mayoverflow int mul(int x, int y);
More information about the Digitalmars-d
mailing list