Leandro Lucarella wrote: > Is in some places const Type x means const(Type) x and in other places it > doesn't, No, const Type X always means const(Type) x, where Type is the type of the declaration.