On 11/29/22 15:25, DLearner wrote:

> 'dynamic array' is
> not a reasonable description for a construct that behaves like
> VarArr2[3] becoming 40.

I agree with you: It has always bothered me to call the following a dynamic array:

  int[] arr;

'arr' is not a dynamic array but the slice interface. Dynamic arrays are owned by the D runtime and are always nameless.

Ali

Reply via email to