How to translate this to D: const char *const* someConstPtr;

ParticlePeter via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat May 9 16:18:43 PDT 2015


Hi,

const char *const* someConstPtr;
Error: no identifier for declarator char*
Error: declaration expected, not '*'

How would I translate this properly to d?

Cheers, PP


More information about the Digitalmars-d-learn mailing list