No. You have constboth immutable, and they are transitive (they really don't work if they weren't). You can do
const(int)[] a = [0];
a[0] = 1;
a = [];
But not what you are looking for.
, const immutable . , immutable ( ), , , immutable const, const , . , , . .