Ali Çehreli:

So, the following two have the same effect:

    vector = vec.vector[0..dimension];

    vector[] = vec.vector[0..dimension];

The first syntax will be deprecated and later it will become an error.

Bye,
bearophile

Reply via email to