C:

int mul(int x, int y);


Future D:

pure @safe nothrow nogc commutative associative distributive @forceinline mayoverflow int mul(int x, int y);

Reply via email to