The second const isn't needed in D, the first one will carry through for it too.

const char* in D is equivalent to that C declaration.

const(char)* in D is what const char* in C would be.

Reply via email to